Here you will find the source code of the ToDo web application.
The application consists of two pages. On the main page the user sees a list of all the tasks. The user can separately view the completed and unfinished tasks. The user can delete tasks from the list. The user adds a new task on another page.
This project was created using Webcodesk.
Tools and libraries used in the project:
- Create React App
 - localforage
 - Material-UI
 - react-app-framework
 - react-helmet
 
Run commands one by one in the command line:
git clone https://github.com/webcodesk/wcd-todo.gitcd wcd-todoyarn installyarn wcd
Open Webcodesk in the browser on address: localhost:7070
mainpage
new-notepage
MIT Copyright (c) Alex Pustovalov