This is a webapp created to mantain a database of top players/casual matches for the community of Street Fighter III: 3rd Strike.
logo designed by: wgclassen@gmail.com
git clone https://github.com/youngkaneda/red_parry
cd red_parry
npm install
npm run serve
# now go to the localhost:port link deployed by npm
I used firebase and youtube google api, if you want to fork and code, you'll need create and google project and firebase project to use the respective api's key and secrets.
- Create a record of an youtube video and register matches for it.
- Filter the registered records and matches by:
- Player 1 and Player 2 names.
- Payler 1 and Player 2 characters.
- Youtube video title.
- Youtube video channel.
- You can save, edit, and remove records and their matches.
A lot of games has a database of matches form them, Skullgirls, Melty blood... I just want to create something for the community of the game that I love.
- Add autocomplete for the inputs, with a strategie that does not compromise performance.
Feel free to fork and contribute.