You can see the working application here.
The app developed with the latest version of Create React App (create-react-app).
Dependencies:
- normalize.css
- node-sass
- gh-pages
The app contains the following components:
- Header
- Carousel
- Bestsellers
- Item
- Updates
- Seo
- Footer
The app has responsive design with the following breakpoints:
- desktop (min-width: 1200px)
- tablet (min-width: 576px and max-width: 1199px)
- phone (max-width: 575px)
In the project directory, you can run:
npm install
npm start