This is my first full-stack project using the MERN stack (MongoDB, Express, React, Node.js). It is a simple Todos app where users can add, delete, and mark tasks as complete.
You can check out the live application here: MERN Todos App
- Add new todos
- Mark todos as completed
- Delete todos
- Responsive design with a modern look
- MongoDB: For database storage.
- Express: Backend framework.
- React: Frontend framework.
- Node.js: Backend runtime environment.
This app marks the beginning of my journey into the MERN stack. I'm still in the learning process, continuously improving my skills in both front-end and back-end development.
- Clone the repository.
- Navigate to the
backend
folder and runnpm install
to install the dependencies. - Set up your MongoDB connection in
.env
. - Run
npm start
in both thebackend
andfrontend
folders to start the app.