This is my first React App, it's supposed to be a "mini" e-store about cars
Live demo: https://carshopreactapp.herokuapp.com/
When I built this app I used a "light" custom css framework, turned out this framework looks good on desktop but it's not responsive at all. So the app ended up being not responsive. Next time I would use something like tailwind or pure css.
- Build a working app from zero, using docker, docker-compose, debian image, nginx, node, webpack, babel and react
- Use Redux to simulate a tiny database
- Make it available as a PWA
- Use React Router
- Home
- Shop page
- Product detail
- Home: Show recent products
- Home: Fake Newsletter
- Home: Form to find the best car for me
- Shop page: Sort products
- Product detail: Being able to purchase a product
- Clone repo
- npm install
- npm start