Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.16 KB

iFeel

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.

Live preview

#Built with AngularJS v1.6.1 Express MongoDB Node.js Sass

#Installation

  1. Download the repository locally.
  2. Install npm dependencies via npm install.
  3. To open the project, run a node server using node . or nodemon ..

#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.