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

https://github.com/aadipoddar/twitter-next

Twitter Clone With Next JS
https://github.com/aadipoddar/twitter-next

firebase moment nextjs recoil tailwindcss twitter

Last synced: 2 months ago
JSON representation

Twitter Clone With Next JS

Awesome Lists containing this project

README

          

# Twitter
## Twitter Clone With Next JS

![image](https://user-images.githubusercontent.com/83405769/165089085-1ba6b65e-a35c-4d8d-84c8-431542671183.png)
![image](https://user-images.githubusercontent.com/83405769/165089268-414c0651-fddb-43ff-a065-96250fe96bd8.png)
![image](https://user-images.githubusercontent.com/83405769/165089780-2f4778b4-e68e-4572-ad57-22dea259366b.png)

Clone it and Run it:

Create a .env.local file and give the following fiels
```
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=
```
Then :-
```bash
yarn
yarn dev
```