Bulletular is a TODO web application based on AngularJS and AngularUI.
Bulletular functionnalities is mainly based on Workflowy ideas of keyboard shortcuts for completing, removing, moving tasks.
Note: I use Workflowy everyday btw. I strongly recommend this application to organize thoughts/ideas/work
See demo.
In order to test this project, you will need the following applications installed:
- NPM: A Node Packaged Modules manager
- BowerJS: A front-end package manager for the web that runs over Git.
- GruntJS: A Javascript Task Runner
Clone the project :
$ git clone https://github.com/l-lin/bulletular.git
Run npm install
and bower install
$ cd bulletular
$ bower install & npm install
You can run a server that will automatically refresh your browser when you modify the source code by executing the following command:
grunt server
Access with a browser to http://localhost:9000
.
Note: The server is of course not mandatory to test out the application.
This project was created mainly for learning purpose.
I was just doing some practice with AngularJS and it was also the opportunity to test out the Github pages.
If you feel like you can do something out of it, go for it! Fork it and happy hacking! :)