Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 702 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 702 Bytes

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