https://github.com/aadipoddar/reddit-next
Reddit Clone with Next JS
https://github.com/aadipoddar/reddit-next
chakra-ui firebase nextjs recoil reddit typescript
Last synced: 2 months ago
JSON representation
Reddit Clone with Next JS
- Host: GitHub
- URL: https://github.com/aadipoddar/reddit-next
- Owner: aadipoddar
- Created: 2022-04-25T14:18:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T08:14:03.000Z (about 4 years ago)
- Last Synced: 2025-09-02T03:49:10.315Z (10 months ago)
- Topics: chakra-ui, firebase, nextjs, recoil, reddit, typescript
- Language: TypeScript
- Homepage: https://redditaadi.vercel.app
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit
## Reddit CLone with Next JS




Clone it and Run:-
Create a .env.local file and give the following fiels
```
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=1:
```
Then :-
```bash
npm i
npm run dev
```