Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 702 Bytes

Table of contents

General info

This is a Todo List app. Type in a task or item or whatever you want into the input field and press Add (or hit Enter/Return). Once you've submitted your item, you will see it appear as an entry. You can keep adding item to add additional entries, edit or delete them.

Live Demo

Technologies

Project is created with:

  • React version: "16.13.1"

Setup

To run this project, install it locally using npm:

$ cd ../react-to-do
$ npm install
$ npm start