BestBets uses NextJS to give you an ultra fast app! It was developed using a mobile-first approach!
It uses data from RapidApi.
Demo here.
Create a .env.local
file at your route folder and set NEXT_PUBLIC_MOCKED_DATA
to true
if you want to run with mock data
or add a RAPIDAPI_KEY
to run with real data. Run yarn dev
to start the app in dev mode.
For login you should set two env vars: NEXT_PUBLIC_USERNAME
and NEXT_PUBLIC_PASSWORD
.
Contributions are welcome. Just open a PR and feel free to contact me :-).
- Players with more goals
- Evaluate sequences on shape DWW != WDW
- Move data to DB
- Find team by name method strategy. (use alias)...
- Best bet on front page
- Update react import
- Avoid need for login after reload
- Improve!!!! Special for desktop!!!