Skip to content

akash-pandey1/mern-todo-app-nodejs-react-express-mongodb-akash-p1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN Todo Application

A full-stack Todo application built with MongoDB, Express, React, and Node.js.

Author

Name: Akash
Email: akashdeep9226@gmail.com

Project Structure

mern-todo/
├── backend/          # Node.js/Express server
│   ├── src/
│   │   ├── app.js
│   │   ├── config/
│   │   ├── controllers/
│   │   ├── routes/
│   │   └── schema/
│   ├── server.js
│   └── package.json
├── frontend/         # React application
│   ├── src/
│   │   ├── components/
│   │   ├── pages/
│   │   ├── api/
│   │   ├── App.jsx
│   │   └── main.jsx
│   ├── index.html
│   ├── vite.config.js
│   └── package.json
└── .gitignore

Getting Started

Prerequisites

  • Node.js and npm installed
  • MongoDB database

Installation

Backend

cd backend
npm install

Frontend

cd frontend
npm install

Running the Application

Start Backend Server

cd backend
npm start

Start Frontend Development Server

cd frontend
npm run dev

Features

  • Create, read, update, and delete todos
  • Persistent storage with MongoDB
  • Responsive UI with React
  • RESTful API with Express

License

This project is open source.


Developer: Akash
Contact: akashdeep9226@gmail.com

About

A full-stack Todo application built using the MERN stack that allows users to create, read, update, and delete tasks. The project follows clean folder structure, modern React patterns, and RESTful API design, making it ideal for learning and production-ready demos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors