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.
- Host: GitHub
- URL: https://github.com/arrudadev/google-homepage-ui-clone
- Owner: arrudadev
- License: mit
- Created: 2020-10-16T23:43:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T04:20:54.000Z (over 5 years ago)
- Last Synced: 2025-01-14T09:31:11.706Z (over 1 year ago)
- Topics: nextjs, react, styled-components, typescript, ui-clone
- Language: TypeScript
- Homepage: https://monteiro-alexandre-google-ui-clone.netlify.app/
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Google Home Page UI Clone

[](https://opensource.org/licenses/MIT)
Google Home Page for study purposes, developed with NextJs.
Deployed here.
## 💻 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.