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
- Host: GitHub
- URL: https://github.com/aadipoddar/twitter-next
- Owner: aadipoddar
- Created: 2022-04-21T18:26:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T12:35:05.000Z (about 4 years ago)
- Last Synced: 2025-06-03T14:06:57.220Z (about 1 year ago)
- Topics: firebase, moment, nextjs, recoil, tailwindcss, twitter
- Language: JavaScript
- Homepage: https://twitteraadi.vercel.app
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter
## Twitter Clone With Next JS



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
```