GameSafari is a project built with Vite, React, JavaScript, and Tailwind CSS. It is a learning project aimed at fetching and displaying data from the RAWG API, providing information about trending games, genres, and popular games.
- Display trending games
- Browse games by genre
- Explore popular games
- Vite
- React
- JavaScript
- Tailwind CSS
To get started with GameSafari, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
Copy code
npm install
Start the development server:
npm run dev
Open the app in your browser at http://localhost:3000.
Usage
Browse through trending games on the homepage. Explore games by selecting different genres from the Genre List. Discover popular games in the Popular Games section.
API GameSafari uses the RAWG API to fetch game data. You can find more information about the RAWG API here. https://rawg.io/apidocs
Contributing Contributions are welcome! If you find any bugs or have suggestions for improvement, feel free to open an issue or submit a pull request.
License This project is licensed under the MIT License.
Feel free to customize the content as needed for your project.