https://github.com/coder-abdo/new-reddit-clone
https://github.com/coder-abdo/new-reddit-clone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/new-reddit-clone
- Owner: coder-abdo
- Created: 2023-07-11T16:52:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T13:29:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T11:58:20.979Z (6 months ago)
- Language: TypeScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Clone
## description
this is a reddit clone built on top of next js, typescript, prisma, and tailwind css.
### Techs:
- Auth: `Next-Auth`.
- App Logic: `NextJS`.
- DB: `Prisma` and `Supabase`.
- Styling: `TailwindCSS` with `daisy-ui`.### How to run the project:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
- [x] setup
- [x] authentication
- [x] Favicon
- [x] Navbar without login
- [x] Navbar with login
- [] Responsive Navbar