FrogChampions
About
This is a ranking system for Celeste Individual Level speedruns, using data from speedrun.com. You can find the rankings and more info about them right here.
Development
Init
Clone the repo and install its dependencies.
$ git clone https://github.com/TimH96/frog-champions
$ cd frog-champions
$ npm i
$ npm run prepare
Run development server
$ npm run start
A little background ...
I mostly did this as an excuse to try out some functional programming patterns, to find out what all the hype is about - and I have to say that functional was quite fun. I am sure code quality suffered a little bit from my lack of experience with it, but who cares really.