This React project allows user to filter through a list of electronic products and add them to a shopping cart. The original tutorial project this is based on was done in HTML,CSS, & Javascript and was originally authored by Brad Travery. This version takes the original DOM implmentation and converts it to a React application.
The backend portion of this applicationwhich uses Flask can be found in this repository.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.