Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
/ taskman-v2 Public archive

Example single-page AngularJS application with animated progress rings. This version uses NodeJS and Express for routing.

Notifications You must be signed in to change notification settings

ChristianKomodo/taskman-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskMan App Version 2.0

My previous TaskMan app, but now with a NodeJS server and Express routing.

The application presents the visitor with 6 random tasks from a possible 10, and when each is checked off, a progress ring shows the current percentage of completion, with a message displaying once 100% is reached.

Navigating to the settings page does not change which items are checked in previous pages.

Clone the repo, install dependencies and run the server with the following commands:

git clone https://github.com/ChristianKomodo/taskman-v2.git

npm install

then navigate to http://localhost:8080/ in your browser.

About

Example single-page AngularJS application with animated progress rings. This version uses NodeJS and Express for routing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published