Skip to content

webcodesk/wcd-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application overview

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:

Installation

Run commands one by one in the command line:

  • git clone https://github.com/webcodesk/wcd-todo.git
  • cd wcd-todo
  • yarn install
  • yarn wcd

Open Webcodesk in the browser on address: localhost:7070

Screenshots

  • main page


  • new-note page


Ask questions

License

MIT Copyright (c) Alex Pustovalov