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

https://github.com/sachintha-samarathunga/thread.app

Created a full-stack replica of the popular discussion platform "Threads," enabling users to post and engage in threaded conversations.
https://github.com/sachintha-samarathunga/thread.app

clerk google-authentication mongodb nextjs13 reactjs tailwindcss typescript

Last synced: 13 days ago
JSON representation

Created a full-stack replica of the popular discussion platform "Threads," enabling users to post and engage in threaded conversations.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, 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.

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

![Untitled](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/1b065881-2fef-43a9-b613-a25122d48e25)
![01](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/c9d9ed71-959d-4466-a73d-322d7c7a804a)
![01](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/b3354ad4-a5c6-4dd1-8ee2-8c8104890a0b)
![02](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/10b6782e-381f-439d-88c0-8b4b88866676)
![03](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/e2f475f3-2124-4e26-97e0-df4b8eeeed8b)
![04](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/0c2ecda8-36c0-432c-8d13-10d16d29d2fa)
![05](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/cf51356f-c584-4105-8d37-a024557ba57c)
![06](https://github.com/Sachintha-Samarathunga/thread.app/assets/98406068/506f8f89-bde0-49d1-8ab4-361b8b913053)

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.