This project is a small task to learn and implement CRUD (Create, Read, Update, Delete) operations using React, routers, and React Bootstrap hooks.
This project serves as a hands-on learning experience for understanding and implementing CRUD operations in a React application. It utilizes React for building the user interface, routers for navigation, and React Bootstrap hooks for efficient state management.
- Create: Add new tasks to the list.
- Read: View the list of tasks.
- Update: Modify existing task details.
- Delete: Remove tasks from the list.
- React
- vite
- Hooks
- React Router
- React Bootstrap
- Public folder is empty
- components: Contains individual components for each CRUD operation.
- App.js: Main component integrating all CRUD components and routing.
- index.js: Entry point of the React application.
-
Clone the repository:
- git clone https://github.com/featitx/crud-series/tree/crud-1
- cd Crud-PT.1
- npm i
- npm start
And now you're good to go
Contributions are welcome! If you find any issues or have improvements to suggest, feel free to create a pull request.