Coder Social home page Coder Social logo

a-breezy / moodrng Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.45 MB

A web app that allows users to track mood over time

Home Page: https://moodrngwellnessapp.herokuapp.com/

JavaScript 55.12% CSS 22.19% Handlebars 22.69%
expressjs nodejs sequelize

moodrng's Introduction

MoodRng - Mood Tracker License: MIT

Description

MoodRng is a web app that allows users to track mood over time. Users log their mood, amount of sleep, recent meals, and activities. Their data is then graphed using a mood-scale of 1-6 over time. Their graphed data allows users to see what's brought their mood up and what's brought it down, because we all want a happier life.

GitHub Repo: MoodRng Fully deployed: moodrng.com

Table of Contents

Technologies Used


Usage

Usage 1MoodRng Homepage

Usage 2User Logged In


License

License: MIT


Collaborators

a-breezy antger78 jillsuarez mariovillaquiran mloercher


How to Contribute

None


Questions

[email protected]

moodrng's People

Contributors

antger78 avatar a-breezy avatar jillsuarez avatar mloercher avatar

Stargazers

 avatar

Watchers

 avatar

moodrng's Issues

Create Front End

Using handlebars, create:

  • homepage
  • login page
  • user page: log mood, graph of user experience over time, user's recent stats, user streak

Create Database

Create Database:

  • Make Schema file that includes tables for users
  • Make sample seed file to for Database

'User' Table includes:

  • User ID (unique primary)
  • Username
  • User first name
  • User last name
  • User password that has been encrypted

'Mood' Table includes

  • Mood ID (unique primary)
  • Mood Name
  • Mood Emoji
  • Mood color (perhaps this is another table?)

'Entries' Table (holds the entries for every user's moods) includes:

  • Entry ID (unique primary)
  • Username (foreign key to User ID)
  • Mood (foreign key to Mood ID)
  • Sleep
  • Food
  • Activities
  • Extra description

Set up API Routes

User Routes

  • create user
  • update user

Entry Route

  • create entry
    {user, {mood emoji, sleep, activities, food, description}, created at time}
  • update entry
  • delete entry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.