/react-todos

Todos app demo

Primary LanguageJavaScript

Todo application demo

Implemented

  • adding tasks
  • change task status
  • deleting completed tasks
  • deleting all tasks
  • deleting a specific task
  • counting the number of completed tasks

Installation

  1. Clone repository with git clone
  2. Install dependencies with npm install in project directory (there is located the file package.json)
  3. Execute npm start in project directory

Sandboxes