Skip to content

Welcome to our super simple TODO app! Here, you can easily sign up and log in. Once you're in, you can create tasks, update them if things change, and even delete tasks when you're done. I make sure everything is easy to use, Let's get organized and productive together!

Notifications You must be signed in to change notification settings

mukulsomukesh/TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TODO

Deployed App

https://lighthearted-fox-2d89be.netlify.app/

Introduction

Welcome to our super simple TODO app! Here, you can easily sign up and log in. Once you're in, you can create tasks, update them if things change, and even delete tasks when you're done. I make sure everything is easy to use, Let's get organized and productive together!

Features

  • Signup and Login
  • Create Task
  • Update Task
  • Delete Task
  • Display all tasks

Tech Stack

  • React js
  • Node js
  • Express js
  • MongoDB

Screenshots

Signup Signup

Login Login

Home Home

Delete or Change Task Status More_Actions

Backend Installation

  • clone repo
  • cd backend
  • npm install
  • node index.js

Frontend Installation

  • clone repo
  • cd frontend
  • npm install
  • npm start

API Endpoints

  • https://todo-6odt.onrender.com
  • POST /user/signup - signup
  • POST /user/login - login
  • POST /todo/create - create new task
  • GET /todo/get/all - get all tasks
  • GET /todo/get/:id - get a single task
  • PUT /todo/update/:id - update a task
  • DELETE /todo/delete/:id - delete a task

Show Your Support

Give a ⭐️ if you like this project!

About

Welcome to our super simple TODO app! Here, you can easily sign up and log in. Once you're in, you can create tasks, update them if things change, and even delete tasks when you're done. I make sure everything is easy to use, Let's get organized and productive together!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages