/task-app

A to-do list app made using React.

Primary LanguageJavaScript

To-do list

Simple to-do list app using React. To-do list items can be added using the input section and shown underneath as a list.

Users can:

  • can edit and delete task item
  • can check and uncheck items

Live version is here.

image

Getting started

git clone https://github.com/a-phu/task-app.git
cd task-app
npm install
npm start

Built with