This repository contains the frontend code for the Game Stats Analytics project. The project aims to gather data from various games' APIs to facilitate detailed analysis. The frontend provides a user interface for users to visualize and interact with the analytics generated from the collected data.
- Data Collection Repository: game-statsapi
- The game-statsapi repository is responsible for gathering data from various games' APIs. It collects relevant data to be used for analytics in this frontend application. Visit the repository for more information on how the data is collected and processed.
- Dashboard: View a dashboard with summarized analytics for selected games.
- Responsive Design: Enjoy a seamless experience across different devices and screen sizes.
To run the frontend locally, follow these steps:
- Clone the repository:
git clone https://github.com/Statcraftlk/game-stat-analysis-frontend.git
- Navigate the project directory:
cd game-stat-analysis-frontend
- Install dependencies:
npm i
- Start the development server:
npm run dev
Contributions to this project are welcome! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the codebase remains clean and consistent.
- Test your changes thoroughly.
- Submit a pull request explaining your changes and their purpose.