/todo

React + Typescript todo app with mock API server

Primary LanguageTypeScript

To-do App

Overview

A to-do app to keep track of daily tasks. This project was built as part of a take-home assignment.

LIVE LINK: https://dila1001-todo.netlify.app/

Features

  • Adds, deletes and checks off tasks.
  • Filters tasks according to done value.

Tech Stack

Running this project locally

  1. Clone this project locally.
  2. Run npm install in your bash/command line.
  3. Run npm start in your bash/command line.
  4. Open http://localhost:3000 to view it in the browser and start adding your tasks!