Simple Wish List is a MERN stack application that allows users to add, edit, and delete wishes. The application provides a straightforward interface for managing personal wishes, demonstrating fundamental CRUD (Create, Read, Update, Delete) operations. This project serves as an excellent example for those learning full-stack web development.
https://simple-wish-list.netlify.app
- Add Wish: Users can add their wishes via a simple input form.
- Edit Wish: Any wish can be edited, enabling users to update wish details.
- Delete Wish: Wishes can be deleted effortlessly.
- Public Access: All users can edit and delete any wish, showcasing collaborative functionality.
- Frontend:
- React: A JavaScript library for building user interfaces.
- React Router: For handling in-app navigation.
- Backend:
- Node.js: JavaScript runtime for building server-side applications.
- Express: A minimal and flexible Node.js web application framework.
- MongoDB: A NoSQL database for storing wish data.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/jahid-sourav/simple-wish-list-client.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev