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

https://github.com/realstoman/threads-app-react

Threads App - React, Next.js, TypeScript, Tailwind CSS Version
https://github.com/realstoman/threads-app-react

design framer-motion js nextjs nextjs-app-router nextjs13 react reactjs tailwind tailwindcss threads threads-app ts typescript typescript-react ui ui-components user-interface

Last synced: 3 months ago
JSON representation

Threads App - React, Next.js, TypeScript, Tailwind CSS Version

Awesome Lists containing this project

README

        

# Threads App

This is a simple project where I designed the important parts of the newly launched app [Threads](https://www.threads.net/) by [Meta](https://www.meta.com/). It's coded using React, Next.js, TypeScript, and Tailwind CSS. Currently, it's just the dynamic UI, but soon I'll power this using a database backend like PostgreSQL, MonogDB, PlanetScale, or Google Firebase.

![Threads App Banner Image](https://github.com/coredns/coredns/assets/16396664/cba4c52c-6310-4581-bce7-e36e21fa6e70)

## Demo URL

[https://threads-app-react.vercel.app](https://threads-app-react.vercel.app)

## Other versions of this project

- Vanilla CSS Version: [https://github.com/realstoman/threads-app-vanilla](https://github.com/realstoman/threads-app-vanilla)
- Flutter Version: [https://github.com/realstoman/threads_app_flutter](https://github.com/realstoman/threads_app_flutter)

## Features

- Mobile-first design
- Complete desktop UI (Soon)
- [Next.js v13](https://nextjs.org/) with [App Router](https://nextjs.org/docs/app/building-your-application/routing)
- [TypeScript v5](https://www.typescriptlang.org/)
- [Tailwind CSS v3](https://tailwindcss.com)
- Framer Motion
- Dynamic Components
- Reusable Components
- Dynamic Classnames

### To Contribute to this project, read the [Contribution Guidlines](https://github.com/realstoman/vuejs-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)

## Setup

1. Make sure you have Node JS installed. If you don't have it:

- [Download it from nodejs.org](https://nodejs.org)
- [Install it using NVM ](https://github.com/nvm-sh/nvm)
- If you're on Mac, Homebrew is a good option too:

```
brew install node
```

2. Clone the repo:

```
git clone https://github.com/realstoman/threads-app-react.git
```

3. Open the project folder:

```
cd threads-app-react
```

4. Install packages and dependencies:

```
npm install
```

5. Start a local dev server at `http://localhost:3000`:

```
npm run dev
```

## Notes

- Always run `npm install` after pulling new changes
- I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress
- Coming Soon [I'll be doing a screencast](https://www.youtube.com/realstoman). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
- Images from [Unsplash](https://unsplash.com)
- Feel free to use it for your projects
- Contributions are welcome