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.
The project was initialized with create-react-app, Create React App
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.
Adding, editing, toggling complete, deleting
- Albert Stjärne (https://github.com/AlbertStjarne)