Skip to content

chena/mood-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Tracker

An app that allows you log your mood everyday throughout your Hacker School experience.

Usage

The app is live here: https://hs-mood.herokuapp.com.

If you want to run it locally, clone this project and install dependencies:

npm install

You need to first change Hacker School's clientId configuration in app.js to allow localhost.

$authProvider.hackerschool({
	clientId:'be72cf30fe7fb456a522fd3638a4d006d93f4896cf63f34c1d42f26c3985cd81'
});

Then start the server and visit the app at http://localhost:3000/

node server.js

Note that you need to be a Hacker Schooler to log in.

Demo

daily-log

About

An app to keep track of of daily mood for Hacker Schoolers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published