/simple-todolist

Todo List with React, Redux-toolkit, Typescript, Axios

Primary LanguageTypeScript

Todo List with React, Redux-toolkit, Typescript, Axios

The application is set up with the following features.

  • Add task
  • Delete task
  • Edit task
  • Mark as done
  • Filter tasks
  • Show progress

Getting Started

First run the json server on your local (https://github.com/datawowio/todos-json-server).

Check code quality with:

yarn lint

Run the development server:

yarn start

Build and run production version:

yarn build