Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.32 KB

GamesHub - Video Games Discovery App

GamesHub is a video game discovery app that fetches data from RAWG Video Games Database API (v1.0). The app was built with Vite, React, TypeScript and Chakra UI.

Live Demo: https://games-discovery-hub.netlify.app

GamesHub

Current Features

  • Users can filter games by platform and genre.
  • Users can search for games and sort the seach results based on rating, release date and popularity.
  • Users can toggle between dark and light mode.

Upcoming Features

  • A game view component where users can see game details, images, and trailers.
  • A user authentication system.
  • A user profile page where users can see their favorite games and add new games to their favorites list.

Built with

  • React
  • TypeScript
  • Chakra UI
  • Vite
  • RAWG Video Games Database API

Getting Started

  1. Clone the project
  2. Install all dependencies by running npm i
  3. Run npm run dev to start the development server

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request