SLVSH 2.0

Synopsis

SLVSH is a media and events media company that I co-founded, and lead production on, before I started web development. SLVSH's focus is to create an easier-to-understand ski contest for non-avid skiers. I'm remaking the SLVSH website from scratch using React's create-react-app. I fetch the SLVSH API's for the latest games, content and riders and add static rider statistics into the Redux store to create detailed rider profiles with inline-svg donut graphs. I also utilize React-Table to show all rider statistics from all 150 Riders. I use Router 4 to dynamically route between games, pages and riders. This MVP has 90% Test Coverage using Jest and Enzyme.

Project Guidelines

  • React
  • Redux
  • Router4
  • Data Visualization using Victory & React-Table
  • Test Coverage of <80% using Enzyme/Jest

Installation

This project was bootstrapped with create-react-app

Clone down the repo

git clone https://github.com/mttwlkr/personal-project

npm install

npm start

API

SLVSH || Check out SLVSH's live site

Tests

This project was developed using using Jest and Enzyme testing utilities. To run the test suites for this project:

npm test

Live Site

Contributors

Matt Walker

Project Layout

Games Page Rider Page Single Rider With Stats