This project was bootstrapped with Create React App.
The application is a Web application that shows a simple example of carousel web page and the movie detail web page.
This site is not a UI master peace but a simple structure application that just is a micro viable product.
The "API" consist of one static file that is called by simple axios
calls in a prepared structure of redux
store,
that is not particularly used in this app right now.
The scripts are run by craco
script to make the import aliases working in a simple way (there are many options to
achieve that though).
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To tun the app either in development mode or in produciton mode npm install
should precede.
The list of compatible OS or Browsers with version, date of test and resolution.
OS/Browser | Version | Date | Resolution |
---|---|---|---|
Google Chrome | 101.0.4951.64 | 18.5.2022 | 1180x820 (landscape) |
Safari | 15.5 | 19.5.2022 | 1792 x 995 (landscape) |
Google Chrome | 101.0.4951.64 | 19.5.2022 | 360 x 640 (portrait - Nexus 5 dimensions) |
Screenshots of desktop Safari and mobile Google Chrome are in assets folder.
Andrej Bliznak