Skip to content

ma-he-sh/TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Simple TODO app developed for Software Quality 3980U


![alt text][window] [window]: https://github.com/Mahesh-Ranaweera/TODO/blob/master/screenshots/screenshot.png "TODO MAIN WINDOW"

![alt text][test] [test]: https://github.com/Mahesh-Ranaweera/TODO/blob/master/screenshots/unittest.png "UNIT TESTING"


  • Features:
    • allow to add color tags
    • web application : uses websql to store data
    • console application test implemented

In order to run

> git clone "https://github.com/Mahesh-Ranaweera/TODO"
> cd TODO
> npm electron-prebuilt --save-dev
> npm start

to Build

--- Windows build
> npm run build-win

---Linux build
> npm run build-linux