Skip to content

Statcraftlk/game-stat-analysis-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Stats Analysis Frontend

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.

Related Repositories:

  • 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.

Features

  • Dashboard: View a dashboard with summarized analytics for selected games.
  • Responsive Design: Enjoy a seamless experience across different devices and screen sizes.

Installation

To run the frontend locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Statcraftlk/game-stat-analysis-frontend.git
  1. Navigate the project directory:
cd game-stat-analysis-frontend
  1. Install dependencies:
npm i
  1. Start the development server:
npm run dev

Contributing

Contributions to this project are welcome! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the codebase remains clean and consistent.
  4. Test your changes thoroughly.
  5. Submit a pull request explaining your changes and their purpose.