Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.58 KB

File metadata and controls

51 lines (36 loc) · 1.58 KB

GTA VI Countdown

This project is a simple countdown timer that displays the number of days remaining until the release of Grand Theft Auto VI (GTA VI). The countdown is designed to be visually appealing and follows the color scheme of the Rockstar Games website.

Project Structure

gta-vi-countdown
├── index.html        # Main HTML document for the countdown page
├── css
│   └── style.css     # Styles for the countdown page
├── js
│   └── countdown.js   # JavaScript logic for the countdown timer
├── assets
│   └── favicon.ico    # Favicon for the webpage
└── README.md         # Documentation for the project

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/gta-vi-countdown.git
    
  2. Navigate to the project directory:

    cd gta-vi-countdown
    
  3. Open index.html in your web browser to view the countdown timer.

Deploying on GitHub Pages

To deploy this project on GitHub Pages, follow these steps:

  1. Push your code to a GitHub repository.
  2. Go to the repository settings.
  3. Scroll down to the "GitHub Pages" section.
  4. Select the branch you want to use (usually main or master).
  5. Click "Save" and your site will be published at https://yourusername.github.io/gta-vi-countdown.

Customization

You can customize the countdown date in the js/countdown.js file. Update the target date to the release date of GTA VI.

License

This project is open-source and available under the MIT License.