Crud-React95 is a simple user management web application built with React. It demonstrates essential CRUD (Create, Read, Update, Delete) operations using a clean interface, client-side routing, and integration with a mock API. The project showcases component-based design, lazy loading, and basic API handling with Axios.
https://crud-react95.netlify.app/
- Simple and responsive user interface
- Create, update, and delete user records
- Routing with React Router DOM
- Lazy loading for improved performance
- API integration using Axios (Mock API)
- Deployed on Netlify
- React
- Bootstrap
- React Router DOM
- Axios
- Mock API (e.g., mockapi.io)
- Netlify (for deployment)
-
Clone the repository: git clone
-
Navigate to the project directory: cd Crud-React95
-
Install project dependencies: npm install
-
Start the development server: npm start
-
Open your browser and go to: http://localhost:3000
-
Navigate through the app to create, edit, and delete users. All operations interact with a mock API for data persistence.
The application is deployed on Netlify and can be accessed through the live link (https://crud-react95.netlify.app/).
This project is licensed under the MIT License.