bharathmb7 / todo-app

A simple todo app using MERN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO-APP

A simple todo app made using MERN stack for Weblab assignment.

Steps to run the project

  • Clone the repository to your local environment
  • Make sure your mongo db is running on localhost:127.0.0.1:27017
  • Start the server by running
    cd backend
    npm install
    npm run start
  • Start the frontend by running
    cd frontend
    yarn
    yarn run dev

Project preview

The app allows the user to add todos, mark todo as done, unmark todo, delete todo.

Home page

todo preview

Add new todo

enter image description here

About

A simple todo app using MERN stack


Languages

Language:JavaScript 57.6%Language:CSS 38.0%Language:HTML 4.4%