/TodoListReact

A Todo List application built in React. Add, edit, toggle complete and delete functionality.

Primary LanguageJavaScript

A Todo List application built in React

A Todo List application built in React. It has functionality to add, edit, toggle complete and to delete a todo. The todo list does not persist.

Using create-react-app

The project was initialized with create-react-app, Create React App

Instructions to run the application

Run these commands in the project directory:
Installing dependencies
$ npm install

Starting the application in development mode
$ npm start

This should open the application in the browser, otherwise go to:
http://localhost:3000
The page will reload if you make code edits.

Screenshots

Adding, editing, toggling complete, deleting

Author