This is a simple project where I designed the important parts of the newly launched app Threads by Meta. It's coded using CSS/Sass. This version of the Threads App project is just the UI. For a more dynamic one, please visit the Thread App React/Next.js version.
https://threads-app-vanilla.vercel.app/
- React/Next.js Version: https://github.com/realstoman/threads-app-react
- Flutter Version: https://github.com/realstoman/threads_app_flutter
- Mobile first design
- Complete desktop UI (Soon)
- Pure CSS with Sass
- Animate CSS for little animations
- Vite.js as frontend tooling
To Contribute to this project, read the Contribution Guidlines
- Make sure you have Node JS installed. If you don't have it:
- Download it from nodejs.org
- Install it using NVM
- If you're on Mac, Homebrew is a good option too:
brew install node
- Clone the repo:
git clone https://github.com/realstoman/threads-app-vanilla.git
- Open the project folder:
cd threads-app-vanilla
- Install packages and dependencies:
npm install
- Start a local dev server at
http://localhost:5173
:
npm run dev
- 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. 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
- Feel free to use it for your projects
- Contributions are welcome