Project made for coderhouse React course. It's a an ecommerce app with a short-form catalog of products.
I use npx install vite@latest
as a template.
I invite you to check the demo ➡️ here ⬅️
- context to handle the cart state.
- sweetalert2 to display loaders.
- react-router-dom to improve the users navigation.
-
Use
npm run dev
to run the server -
Use
npm run format
to format with Prettier -
Use
npm run lint
to lint with ESLint