de-husk / DailyFeelingsTracker

Tool built in Angular.js that allows you to keep track of the changes in your mood over time.
0 stars 0 forks source link

Daily Feelings Tracker

An Angularjs app utilizing local storage and d3.js to allow users to track their changes in mood each day. Users can create tags to allow for more specific visualization filtering based on specific tags.

demo

Buidling

$ git clone https://github.com/Samangan/DailyFeelingsTracker.git

$ cd DailyFeelingsTracker

$ npm install

$ bower install

Deploying Locally

To deploy your site locally and keep running in live reload mode run:

$ grunt serve

Testing

$ grunt test