A simple CRUD (Create, Read, Update, Delete) web application built with React.js and Node.js.
It allows users to add, view, edit, and delete posts.
- ✅ Fetch and display posts from an API
- ✅ Add new posts
- ✅ Edit existing posts
- ✅ Delete posts
- ✅ Responsive UI with Tailwind CSS
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Icons: Lucide React
/basic_CRUD_project │── /src │ ├── /components │ │ ├── Posts.jsx │ │ ├── Form.jsx │ ├── /api │ │ ├── PostApi.js │── package.json │── README.md
Method Endpoint Description GET /posts Fetch all posts POST /posts Add a new post PUT /posts/:id Update a post DELETE /posts/:id Delete a post
Thank you for giving it a look..this is a learning project only