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

https://github.com/arrudadev/google-homepage-ui-clone

Google Home Page for study purposes, developed with NextJs.
https://github.com/arrudadev/google-homepage-ui-clone

nextjs react styled-components typescript ui-clone

Last synced: 3 months ago
JSON representation

Google Home Page for study purposes, developed with NextJs.

Awesome Lists containing this project

README

          



Google Home Page UI Clone

![build](https://github.com/monteiro-alexandre/google-homepage-ui-clone/workflows/build/badge.svg?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Google Home Page for study purposes, developed with NextJs.

Deployed here.


GoogleHomePageUiClone

## 💻 Technologies

This project was developed with the following technologies:

- [NextJs](https://nextjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [Eslint](https://eslint.org/)
- [Commitlint](https://commitlint.js.org/#/)

## 📝 Getting started

First you need to have `node` and `yarn` installed on your machine. Then, you can clone this repository.

```bash
git clone https://github.com/monteiro-alexandre/google-homepage-ui-clone.git
```

Install dependencies:

```bash
yarn
```

After finishing the installation, run:

```bash
yarn dev
```

To view the project you can open [localhost:3000](http://localhost:3000).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.