Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 841 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 841 Bytes

Todo App

Simple implementation of Google Task Clone Todo App in React

Features

  • Add Task with Due Date
  • Edit and Delete Task
  • Completed Date
  • Order Task based on Priority (Ongoing)
  • Mark tasks with Highest Priortiy (Ongoing)

Screenshots

App Screenshot App Screenshot

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start