A simple health care react application that uses CRUD operations for users and officials
- Uses CRUD operations.
- User Freindly
- Readability of code
- Responisve Website
I used JSON file to temporarily store the client side data
>> npm install -g json-server>> npx json-server --watch db.json --port 8082
By following the above two steps we can be able to bring the json file to our server
git clone https://github.com/Mudaykirann/Health-Care-Domain-App.git
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
---- Feel free to customize this template based on your project's specifics. Include any relevant information that users, contributors, or potential collaborators might find useful. ------