Simple implementation of Google Task Clone Todo App in React
- Add Task with Due Date
- Edit and Delete Task
- Completed Date
- Order Task based on Priority (Ongoing)
- Mark tasks with Highest Priortiy (Ongoing)
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