A simple CRUD (Create, Read, Update, Delete) application built using React and Axios. This project demonstrates how to perform basic CRUD operations on user data.
- Add new user data to the list
- View a list of users with their details
- Update user data
- Delete user data from the list
Check out the live demo of the project: Axios using CRUD demo
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
npm installStart the development server:
npm startOpen your browser and navigate to http://localhost:3000 to view the application.
- React
- Axios
- React Router
- Bootstrap
- Contributing
Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, feel free to contact me at kswastic@gmail.com.
