Skip to content

ZachITP/Your-Habit-Tracker-

Repository files navigation

Habit Tracker

By Zach Hanson, Scott Bossard & Reynaldo Velez

Purpose

Wether you want to get more excersise or read more, Your Habit Tracker is the perfect tool to help kickstart your Journey to becoming a better version of yourself.

Tools Used

  • JavaScript
  • CSS
  • Handlebars
  • partials (From Handlebars)
  • Node.js
  • Express
  • Express-Handlebars
  • MySQL2
  • Sequelize
  • Dotenv
  • Heroku

Table of Contents

Installation & Database SetUp

  • To use this app npm init has to be called to create your package.json file.
  • The following necessary Npm dependencies must be installed to run the application properly: the needed dependencies will be found on the package.json file.
  • To properly install the database you must install MySQL on your computer, create an profile in which you have a root and a password.
  • In your command line you must type mysql -u root -p and then enter, type your password that you created on MySQL on the following line.
  • To finally add the database you must do the following: source db/schema.sql then enter.
  • Run "npm run seeds" on command line
  • Run "npm start" for the port to start listening.
  • If on Heroku, all you have to do is login.

Photos

login

dropdown

options

Contributing

website

Check out the project repository https://zachitp.github.io/Your-Habit-Tracker-/

checkout the deployed site https://your-habit-tracker.herokuapp.com/login

License

license badge

About

Keep track of your habits and start building new ones with Habit Tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published