This Next.js-based web application includes multiple pages for analytics related to different sports (basketball, football, soccer), as well as settings and file upload functionalities.
- Offers pages specific to sports analytics (e.g. basketball, football, and soccer).
- Provides a settings page for user preferences and configuration.
- Allows file uploads for custom data input.
- Individual sports enthusiasts looking to analyze game or player data.
- Data-driven teams or leagues wanting to collect and visualize performance metrics in a unified interface.
- General data analysis tasks that can be extended to different domains by reusing the analytics pages.
- Make sure you have Node.js (version 16 or higher) and npm installed.
- Install dependencies:
npm install - Start the development server:
npm run dev - Open your browser and navigate to http://localhost:3000 to view the app.
You can customize or extend the application by modifying pages in the "app" directory or using shared components found in the "components" directory.