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

https://github.com/aditya-shrivastavv/reddit-clone


https://github.com/aditya-shrivastavv/reddit-clone

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reddit Website Clone

**_Deployed on Vercel_** : **Here Soon**

## Getting Started

This is a [Next.js 13.4.2](https://nextjs.org/) project bootstrapped with `create-next-app` and uses `page router`.

Want to test the app locally ? Follow the Steps:

1. Clone the Repo

Open the desired folder in your machine in the terminal and then run the following command,

```bash
git clone https://github.com/aditya-shrivastavv/reddit-clone.git
# OR with Github CLI
gh repo clone aditya-shrivastavv/reddit-clone
```

2. Once successfully Cloned, Run following commands

```bash
cd reddit-clone
# then
npm install
```

3. After Completion, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Or see it deployed here : **Deploying soon..**

## Functionalities

- Complete auth setup: Sign-in or Sign-up with Firebase Auth
- Users can join and create communities.
- Users can CRUD Posts in the community.

## Tech Used

- NextJS
- RecoilJS (For State Management)
- Chakra UI
- TypeScript
- React Icons (As main Icon library)