Skip to content

Praeses0/SandboxLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameVault

GameVault is a responsive web application that allows users to browse, search, and view details of video games using the RAWG API as the data source. This project is built with HTML, CSS (or TailwindCSS), and JavaScript.

Features

  • Browse trending video games
  • Search for games by title
  • View detailed information about each game, including:
    • Title
    • Description
    • Release date
    • Platforms
    • Genres
    • Developers
    • Screenshots
  • Save games to favorites

Technologies Used

  • HTML
  • CSS (or TailwindCSS)
  • JavaScript
  • RAWG API

Project Structure

GameVault
├── public
│   └── index.html
├── src
│   ├── assets
│   ├── css
│   │   └── styles.css
│   ├── js
│   │   ├── api.js
│   │   ├── app.js
│   │   └── ui.js
│   └── components
│       ├── GameList.js
│       ├── GameDetail.js
│       └── SearchBar.js
├── tailwind.config.js
├── package.json
└── README.md

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd GameVault
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and go to http://localhost:3000 to view the application.

Usage

  • Use the search bar to find games by title.
  • Click on a game in the list to view its details.
  • Save your favorite games for easy access later.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

SandboxLab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published