Skip to content

akzhar/todo-list

Repository files navigation

Todo list 📝

Demo

demo

1. Description

  • To add new task just type what needs to be done and press the Enter
  • There are 3 types of task list view: All, Active, Completed
  • There is a button to clear the list of completed tasks

2. Install dependencies

git clone repo_urlcd ./repo-foldernpm install

3. Run the app in development mode

cd ./repo-foldernpm run start

4. Build and run the app

npm run build (wait) → cd publicnpm run start