An open API service indexing awesome lists of open source software.

https://github.com/codelander07/gta-vi-website


https://github.com/codelander07/gta-vi-website

Last synced: 4 months ago
JSON representation

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).