Skip to content

Ecksi/juggle-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juggle Games

An app to track and share your juggling progression

To Run

  • start server (instructions can be found on the server repo readme)
  • npm i
  • npm run start

Server Repo

App Structure

Front-end

  • React
  • React Router
  • Redux
  • MaterialUI

Backend

  • Java
  • Spring
  • Postgres

Color Palette

  • #461E52 #461E52 || rgb(70, 30, 82)
  • #DD517E #DD517E || rgb(221, 81, 126)
  • #E58E35 #E58E35 || rgb(229, 142, 53)
  • #556CC9 #556CC9 || rgb(85, 108, 201)
  • #7A98EE #7A98EE || rgb(122, 152, 238)

Trick Template

trick = {
  id:        Number,
  balls:     Number,
  name:      String,
  animation: String,
  prereq:    Array
}