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

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

Awesome Lists containing this project

README

          

# Reddit
## Reddit CLone with Next JS

![image](https://user-images.githubusercontent.com/83405769/167091950-0283b164-c1e8-437d-a470-73c51077b4a6.png)
![image](https://user-images.githubusercontent.com/83405769/167092002-2e50b7e9-b9ba-4228-8cd3-108d5204329c.png)
![image](https://user-images.githubusercontent.com/83405769/167092076-8e4b6dd6-e574-45bb-9bbd-1ffea8d82c1b.png)
![image](https://user-images.githubusercontent.com/83405769/167092248-4e18cfef-90b0-4238-b4a6-c027002d77c4.png)

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