Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application

A simple Todo List application built with the MERN stack (MongoDB, Express, React, Node.js).

Features

  • Create, read, update, and delete todo items
  • Responsive design
  • Real-time updates

Project Structure

  • front-end/ - React application
  • back-end/ - Express API server

Installation

Prerequisites

  • Node.js
  • MongoDB

Setup

  1. Clone the repository
  2. Install dependencies:
# Install backend dependencies
cd back-end
npm install

# Install frontend dependencies
cd ../front-end/todo-list
npm install
  1. Start the backend server:
cd back-end
npm start
  1. Start the frontend development server:
cd front-end/todo-list
npm start
  1. Open your browser and navigate to http://localhost:3000

Technologies Used

  • Frontend: React, Bootstrap
  • Backend: Node.js, Express
  • Database: MongoDB

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages