Sportin' around makes it easy and to plan sports tournaments among your friends and track the results.
- Plan your tournament ahead and let your friends know
- Start the tournament and create a schedule
- Track the results as you go and see the live standings
- Lock tournament results and track history
npm install
npm run dev (emulators)
or
npm run start (live server)
This app runs on Firebase. To set it up follow the instructions at Firebase.
The app uses Google Places API for the autocompletion of the location. Save the API as REACT_APP_MAPS_API_KEY=APIKEY at .env.local in the root folder.