MENU
The site has authentication and allows users to store their grind sessions. They can then compare their results to their previous sessions, or see how other players are performing. There is also a page that shows the most popular and most profitable grind spots.
Visit the site here.
To see the full implementation, visit the github repo here.
Users can see the grind sessions of other players or only themselves in the graph. They can change the filters to gain more focused data.
At a specific grind spot page or through the quick add page, users can submit their grind sessions with multiple data parameters. Data is verified client side.
Users can also view all spots they have added sessions to at my grind spots.
The authentication system uses Firebases authentication API and allows the user to login and register. Verification is also implemented. Certain routes and links are protected and hidden if a user is not logged in.