AlbertStjarne / TodoListReact

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 66.9%Language:CSS 21.9%Language:HTML 11.3%