Skip to content

volta2016/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List - React JS

Web App to create a list of tasks, use of Redux toolkit for management of the state, and Framer Motion for custom animation

Installation

yarn install
yarn start

Todo List App Capture

screenshot

Features

  • You can add a new task
  • Delete a task
  • Refresh
  • Filter Completed Tasks - Active - All Tasks

Web app Built with:

Requirements

  • List tasks
  • Add task
  • Remove task
  • Edit task

front end

  • Use React + Redux libraries
  • Validate that input controls are mandatory
  • Create unit tests