webcodesk / wcd-todo

Template of the ToDo application for Webcodesk.

Home Page:https://ide.webcodesk.com/?appDemo=https://wcd-todo-demo.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template of the ToDo application for Webcodesk.

https://ide.webcodesk.com/?appDemo=https://wcd-todo-demo.web.app/

License:MIT License


Languages

Language:JavaScript 97.9%Language:HTML 1.8%Language:CSS 0.4%