This is a full-stack MERN (MongoDB, Express, React, Node.js) project named BOOKSTORE. The project demonstrates how to perform CRUD (Create, Read, Update, Delete) operations in a web application using the MERN stack and showcases the use of various React hooks for state management and side effects.
- CRUD Operations: Allows users to create, read, update, and delete books in the bookstore.
- React Hooks: Utilizes different hooks like
useState
,useEffect
,useContext
, etc., for efficient state management and side effects handling. - Responsive Design: The application is fully responsive and works seamlessly across different devices.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- State Management: React Hooks
- API Testing: Postman