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

https://github.com/nlagdhir/google-clone

Google Clone with Next JS and Tailwind CSS
https://github.com/nlagdhir/google-clone

google-clone google-login nextjs reactjs tailwindcss

Last synced: about 2 months ago
JSON representation

Google Clone with Next JS and Tailwind CSS

Awesome Lists containing this project

README

          

# Google Clone

Below concepts are used :

- Multiple components created
- State Management
- Form created and Manage input with useRef
- Fetch data using API
- Server side rendering using getServersideprops
- Design using Tailwind

## Demo

https://google-clone-nlagdhir.vercel.app/

## Screenshots

![App Screenshot](https://snipboard.io/2K8Vi1.jpg?text=App+Screenshot+Here)

## Run Locally

Clone the project

```bash
git clone https://github.com/nlagdhir/google-clone
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## Tech Stack

**Client:** React, NextJS, TailwindCSS

**Server:** API

## 🔗 Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://nlagdhir.in/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/nileshlagdhir/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/nlagdhir)