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

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

Awesome Lists containing this project

README

          

# The Game Awards home page clone solution

### Desktop view

- Intro section

![](assets/screenshots/tga-intro.jpg)

- News Section

![](assets/screenshots/tga-news.jpg)

- Form Section

![](assets/screenshots/tga-form.jpg)

### Mobile view

![](assets/screenshots/tga-mobile.jpg)

![](assets/screenshots/tga-mobile-menu.jpg)

## Link

- [Clon live site](https://clone-tga-home-56d921.netlify.app/)

- [Official Website](https://thegameawards.com/)

## Built with



TypeScript


Sass


React


ViteJs

## Run the project locally

1. Clone this repository

2. Install dependencies

```sh
npm install
```

3. Start the local server

```sh
npm run dev
```