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

https://github.com/coder-abdo/new-reddit-clone


https://github.com/coder-abdo/new-reddit-clone

Last synced: 4 months ago
JSON representation

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