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
- Host: GitHub
- URL: https://github.com/nlagdhir/google-clone
- Owner: nlagdhir
- Created: 2022-11-07T10:41:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T11:09:33.000Z (over 3 years ago)
- Last Synced: 2025-01-12T08:30:58.297Z (over 1 year ago)
- Topics: google-clone, google-login, nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://google-clone-nlagdhir.vercel.app/
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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
[](https://nlagdhir.in/)
[](https://www.linkedin.com/in/nileshlagdhir/)
[](https://twitter.com/nlagdhir)