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
- Host: GitHub
- URL: https://github.com/realstoman/threads-app-react
- Owner: realstoman
- Created: 2023-07-07T11:50:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T04:18:36.000Z (over 1 year ago)
- Last Synced: 2025-03-17T05:44:28.780Z (3 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://threads-app-react.vercel.app/
- Size: 2.09 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.

## 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