FingerComps+ is a fan-made web application that lets climbing competitors see each others scores more deeply. The site is live at: https://fingercomps.plus
I built this app to complement the amazing FingerComps product and enable learning and growth for all fellow competition climbers.
Features
- See recommended pumpfest problems per user
- See problem statistics for a competition
- See scores of other competitors
- View finals scoreboard for a competition at
/finals?compId=<your_comp_id>&allowedUsers=<comma_separated_user_ids>&category=<category_code> - Initial order of finalists is allowedUsers order
To set up this project locally, follow these steps:
-
Install dependencies:
npm install
-
Start the development server:
npm start
This will start the app on http://localhost:3000.
This site is automatically deployed to GitHub Pages. To manually trigger a deployment:
npm run deployThe deploy script uses the gh-pages package to publish the contents of the build directory to the gh-pages branch.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project with attribution.