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
Note:
- Make the server functional.
- Initiate the sign in and sign up features.
- Make the difference between the normal app view and admin access to be the same except for the editable features
- Make the logged user state persistent using local storage.
- Create a user profile page and a cart page.