Skip to content

Garrett-Iannuzzi/iso-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iso-Challenge

Overview:

  • Iso-Challenge is an application intended for validating useless sports knowledge. On load the user will choose a team name and skill level, the user will have a list of current and past NBA players to choose from. The goal is to choose the group of players that produce the best statistics. The players and their stats are fetched form an API, sorted by their position, and displayed for the user to select. Once the teams are chosen you are routed to a score board page that holds the total numbers for each stat for their respective team. From here the user is free to argue with their opposition all they want on which stats are more valuable.

Setup:

  1. You can clone down this repo and run: npm install

  2. To verify that it is setup correctly, run npm start in your terminal. Go to http://localhost:3000/ and you should see a page directing you to create a team.

Tech Stack:

  • React
  • Redux
  • React Router
  • JavaScript
  • Scss
  • HTML
  • Jest / Enzyme
  • npm
  • Webpack
  • Web APIs via the Fetch method

Challenges and Wins:

  • Challenges: This project involved some complicated data structures, it was challenging to return the correct data at the correct time.
  • Wins: This project demonstrates good usecases of react router, redux, and testing. (This might be a simple application but it was required to use Redux and it was a win!)

Screenshots:

  • Home Page: home-page

  • Player Select Page Screen Shot 2020-01-13 at 5 25 28 PM

  • Score Board Screen Shot 2020-01-13 at 5 26 09 PM

Find Me At:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published