Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 349 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 349 Bytes

sk8er

A toy app to track your skating progress :)

Sample tricks are stored in a .json file and added to Local Storage on first run. Click "+" on the "Tricks" page to add a trick to "My Tricks". This will allow tracking scores and practice days for this trick.

In order to run the app locally, run these commands:

npm install
npm start