PedroVillasBoas / When-Can-I-Play

Games Release Calendar made to keep up with upcoming titles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When Can I Play? Game Releases Tracker

Static Badge Static Badge Contributors

Table of Contents

Overview

Peu's When Can I Play? Game Releases Tracker is a web application designed to help users track upcoming game releases on an interactive calendar. Developed by Pedro Vilas Bôas, the site aims to provide gamers with a straightforward and user-friendly way to keep up with new and upcoming games.

Features

  • Light and Dark Mode: Easily switch between light and dark themes for a better viewing experience.
  • Calendar Navigation: Move between months to explore past and future game releases.
  • Content Filtering: Excludes games with adult content for a family-friendly experience.
  • Game Details Modal: Click on a game to view detailed information including descriptions, release dates, ratings, and platforms.
  • About Button: Learn more about the website, its purpose, and the developer.

Technologies Used

  • HTML5: Provides the structure of the application.
  • CSS3: Includes styling, animations, and theme adjustments.
  • JavaScript: Adds dynamic functionality and interactivity.
  • Font Awesome: Supplies icons used in the project.
  • Google Fonts: Offers custom typography.
  • RAWG API: Serves as the source for game data.

Installation

  1. Clone the repository:

    git clone https://github.com/PedroVillasBoas/When-Can-I-Play.git
  2. Navigate to the project directory:

    cd games-launch-list
  3. Open the index.html file in your browser to view the application.

Usage

How to use the calendar

  1. Navigate through months:

    • Use the arrow buttons to switch between months.
    • Click the button displaying the current month to return to the current month.
  2. View game details:

    • Click on a game within the calendar to open a modal displaying detailed information.
  3. Toggle theme mode:

    • Use the switch in the top-right corner to toggle between light and dark modes.
  4. Learn more about the site:

    • Click the "About" button to view information about the website and the developer.

Screenshots

Dark Theme Main Screen

Main Screen Dark Theme

Here you can see the main screen of the application in dark mode, showcasing the calendar view with game releases.

Dark Theme Modal View

Modal Dark Theme

This is the modal view in dark theme where detailed information about a game is displayed.

Light Theme Main Screen

Main Screen Light Theme

Here you can see the main screen of the application in light mode, displaying the calendar with game releases.

Light Theme Modal View

Modal Light Theme

This is the modal view in light theme, presenting detailed information about a selected game.

Contributing

How to contribute

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b my-feature
  3. Make your changes and commit them:
    git commit -m 'Add new feature'
  4. Push to the branch:
    git push origin my-feature
  5. Open a pull request for review.

Contribution Guidelines

  • Ensure that code is clean and well-commented.
  • Test all changes thoroughly before submitting.
  • Make sure new features or fixes do not break existing functionality.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.

Contact

Contributors


Pedro Villas Boas

About

Games Release Calendar made to keep up with upcoming titles

License:MIT License


Languages

Language:CSS 69.3%Language:JavaScript 19.6%Language:HTML 11.1%