Skip to content

ivanchenko/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

Simple todo app allows to manage your projects and tasks

Demo

App: http://iv-todo.herokuapp.com/login
Username: John Smith
Password: 1234

Run app localy

To run this app you should have installed mongodb and node js

$ git clone https://github.com/ivanchenko/todo.git
$ cd todo && npm install
$ cd frontend && webpack
$ node backend/app.js

App will be available on http://localhost:8080/

Functionality

  1. You can prioritise tasks with simple drag and drop
  2. To update project or task click on button with pencil
  3. When you add deadline for task it will be displayed with different colours depending on how many days left to deadline

About

Simple todo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published