https://github.com/aditya-shrivastavv/reddit-clone
https://github.com/aditya-shrivastavv/reddit-clone
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aditya-shrivastavv/reddit-clone
- Owner: aditya-shrivastavv
- Created: 2023-05-16T12:14:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T04:23:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:09:28.571Z (4 months ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)