A minimalist website built with Astro that displays a real-time countdown to the release date of Grand Theft Auto VI. Inspired by the dark and elegant design of Rockstar Games’ official website.
- ⏱️ Real-time countdown to GTA VI’s release date.
- 🌗 Light / dark theme switch with a single click.
- 🔗 Shortcut button to the official GTA VI website.
- 🖤 Minimalist and responsive design, fully focused on the countdown.
- Astro — Main framework of the project.
- Native HTML, CSS, and TypeScript.
- Pure JavaScript for the timer and theme toggle.
├── public/
│ ├── favicon.png
├── src/
│ ├── pages/
│ │ └── index.astro
│ └── styles/
│ └── style.css
├── package.json
└── astro.config.mjs
-
Clone the repository:
git clone https://github.com/yourusername/gta6-countdown.git cd gta6-countdown -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to:
http://localhost:4321
- You can change the release date by editing the
releaseDatevariable insideindex.astro. - The favicon can be replaced with your own icon in
public/favicon.png.
November 19, 2026
This project is open-source and distributed under the MIT License.
Developed by Izhan Lara with ❤️ Inspired by the visual style of Rockstar Games.