Skip to content

jonytoast/Step_IT_Up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3 - Workout Hub: Step-It-Up

Application Link: Step-It-Up

Note: When creating an account, must have a valid, unique email and password must be at least 5 characters in length

View: Table of Content / Creator Notes / Application Pages Preview

Application Preview:

Step-It-Up


TABLE OF CONTENT


Description

Step-It-Up is a site designed to let users keep track of their fitness goals and share them with friends. With the application, you can create a profile to moniter your activity, track calories and workouts with an easy-to-use calendar, and blog about your fitness journey to friends

User accounts and data are stored so that a user can access, update, and add to their routines and calendar.

The site's interface is fun and interactive so users can enjoy the process of viewing and creating routines and fitness plans.

Users can browse existing blog posts and add comments and likes to content of interest, as well as create their own

Users can create routines and spotify playlists, to help accompany their excercise program

Users can use the tracker page to see all their key stats, such as routines, calories, and weight


Installation Instructions

To run locally, simply use 'npm install', then 'npm run develop'. Otherwise, access/view live on Heroku at - Step-It-Up.


Usage Information

To start, head to the URL provided above.

Next, head to "Login / Sign up" and create a new account or sign into your existing one.

From there, start viewing and liking posts, adding routines and playlists, and checking your info in the calendar and tracker!


App License

This app is covered under the following license: None


Contribution Guidelines

Application not accepting direct contribution. However, any feedback is welcomed to be sent to the contacts below.


Questions

For more information and questions, please contact any of the team members below:

API Attributions

SPOTIFY


CREATOR NOTES

Our Task

  • Create the application from scratch.

  • Use React and Chakra.js as a template engine.

    CSS Framework Used: Chakra.js Have polished and responsive UI.

  • Get API keys and connect to a server-side API.

    API Used: SPOTIFY

  • Use Node.js and Express.js to create a RESTful API.

  • Include authentication (express-session, cookies, JWT).

    Used bycrypt to protect user data.

  • Use GraphQL, MongoDB, and Mongoose for our database.

    Connect to server and use typedefs and resolvers to perform CRUD Operations.

  • Use dotenv to protect API keys and sensitive information with environment variables

  • Use Apollo Client and Server to create dynamic front-end / back-end integration.

  • Organize folder structure to meet Client-Server paradigm.

User Story

AS an excercise enthusiast
I WANT to have a place to read and like posts about fitness 
I WANT to be able to create excercise routines for myself, and pick out matching Spotify playlists
I WANT to have a centralized tracker area when I can monitor my fitness goals and progress 

Acceptance Criteria

GIVEN a fitness tracking application 
WHEN I create a profile
THEN I can log in with that profile and see all of my progress
WHEN I click on the calendar tab
THEN I have access to a calendar where I can track my calories and routines
WHEN I click on the routine tab
THEN I can input the routines I want to follow
WHEN I click on the blog tab
THEN I can blog about my progress, see others' blog posts, and like or comment on content of interest
WHEN I click on the playlists section
THEN I am given the opportunity to find matching musical playlists to accompany my workout


Package Information


APPLICATION PAGES PREVIEW

Landing Page

Homepage

Login Modal

Login

Signup Modal

Signup

User Dashboard

Dashboard

Create Profile

Profile 1

User Profile

Profile 2

Blog Home

Blog

Commenting Functionality

Comments

New Post Form

Post Create

Calendar

Calendar

New Routine 1

Routine 1

New Routine 2

Routine 2

My Routines

My Routines

Tracker

Tracker

My Playlists

Tracker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • CSS 4.8%
  • HTML 1.0%