https://github.com/agusscript/game-awards-clone
The Game Awards home page clone made with React and TypeScript
https://github.com/agusscript/game-awards-clone
front-end html-css-javascript react vite
Last synced: about 1 year ago
JSON representation
The Game Awards home page clone made with React and TypeScript
- Host: GitHub
- URL: https://github.com/agusscript/game-awards-clone
- Owner: agusscript
- Created: 2023-07-12T21:31:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:04:11.000Z (over 2 years ago)
- Last Synced: 2025-01-16T06:23:28.745Z (over 1 year ago)
- Topics: front-end, html-css-javascript, react, vite
- Language: TypeScript
- Homepage: https://clone-tga-home-56d921.netlify.app/
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Game Awards home page clone solution
### Desktop view
- Intro section

- News Section

- Form Section

### Mobile view


## Link
- [Clon live site](https://clone-tga-home-56d921.netlify.app/)
- [Official Website](https://thegameawards.com/)
## Built with
## Run the project locally
1. Clone this repository
2. Install dependencies
```sh
npm install
```
3. Start the local server
```sh
npm run dev
```