iFeel is my capstone project for The Iron Yard Front-End Engineering course. I created this app in December 2016-January 2017. The vision for iFeel is an app that uses technology to impact positive mental health behavior change. iFeel is designed to be adapted for users of all ages, reading levels, and disability.
iFeel is an anxiety and depression management tool to help users track their mood as well as document reasons in mood changes. This app can help to manage anxiety and depression symptoms as a person is receiving mental health treatment.
#Built with AngularJS v1.6.1 Express MongoDB Node.js Sass
#Installation
- Download the repository locally.
- Install npm dependencies via
npm install
. - To open the project, run a node server using
node .
ornodemon .
.
#Testing
All code written for iFeel was tested with mocha. Once all dependencies are installed per the above installation instructions, you can test code by running grunt test
.