Sign in
Log inSign up

React Sports tipping

william Brown's photo
william Brown
·May 21, 2020

Hi there!

I'm looking for some starting points for a project I want to create. Very new to react

Basically the project is for local professional soccer leagues where fans can choose which teams will win in a round of fixtures. Correct answers or "tips" (as we call it Downunder) collect points and users go into a leaderboard. But here's the twist there needs to be an admin to put in the scores of each game (where not dealing with major sporting leagues very local level stuff) which in turn assigns all points to users answers and sorts each user into there leaderboard position.

I've had some success already with creating a sign up area in which you can access via a admin side or a user side to my app already :) which is connected to firebase now im looking for the next step which i think would be start creating fixtures from the admin side to render on the users side so eg:

Fixture 1 - Team 1 (choose to win) vs Team 2(choose to win) Draw(choose draw) Fixture 2 - Team 3 (choose to win) vs Team 4(choose to win) Draw(choose draw) Etc...

All i need is a point in the right direction, I'm aware that this project will need to be a collection of different parts but any point in the right direction would be awesome.

Cheers!