https://github.com/codelander07/gta-vi-website
https://github.com/codelander07/gta-vi-website
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelander07/gta-vi-website
- Owner: CodeLander07
- Created: 2025-05-09T17:18:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-10T08:20:02.000Z (9 months ago)
- Last Synced: 2025-07-19T07:59:47.032Z (7 months ago)
- Language: JavaScript
- Homepage: https://rockstargamesin.netlify.app/
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GTA 6 Website
A modern and responsive website for GTA 6 built using **React**, **Tailwind CSS**, and **GSAP** for animations.
## Folder Structure
```
GTA VI Website/
├── public/
│ └── images/ # Contains all image assets
├── src/
│ ├── App.js # Main application component
│ ├── App.css # Styles specific to App component
│ ├── index.css # Global styles
│ ├── main.jsx # Entry point for the React application
```
## Features
- **React**: Component-based architecture for building the UI.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **GSAP**: Smooth animations and transitions.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/unstopablesid/GTA-6 website.git
```
2. Navigate to the project directory:
```bash
cd GTA-6 website
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
## License
This project is licensed under the [MIT License](LICENSE).