Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.5 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.5 KB

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!