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
- This project is a React-based User Registration System integrated with a JSON Server backend to perform full CRUD operations . Users can register by filling out a form with details like name, age, phone number, DOB, and email , which are stored in a mock backend. All registered users are displayed in responsive cards with options to edit or delete their details. The project features a modern responsive UI , a premium gradient navbar , form styling with transparent effects , and real-time toast notifications using
react-hot-toast. - Run Command
- Befor run rpm run dev you need to run this command to see db.json file
- ** json-server --watch Backend/db.json --port 3000** #User Registration