Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Vanilla CSS/Sass version of the Threads App project
https://github.com/realstoman/threads-app-vanilla

animatecss css-flexbox css-grid css3 html html5 javascript js sass sass-framework sass-modules threads threads-app ui ui-design user-interface vanilla-css vite vitejs

Last synced: 21 days ago
JSON representation

Vanilla CSS/Sass version of the Threads App project

Awesome Lists containing this project

README

        

# Threads App - Vanilla CSS/Sass

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 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](https://github.com/realstoman/threads-app-vanilla) version.

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

## Demo URL

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

## Other versions of this project

- React/Next.js Version: [https://github.com/realstoman/threads-app-react](https://github.com/realstoman/threads-app-react)
- Flutter Version: [https://github.com/realstoman/threads_app_flutter](https://github.com/realstoman/threads_app_flutter)

## Features

- Mobile first design
- Complete desktop UI (Soon)
- Pure CSS with Sass
- [Animate CSS](https://animate.style/) for little animations
- [Vite.js](https://vitejs.dev/) as frontend tooling

### 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-vanilla.git
```

3. Open the project folder:

```
cd threads-app-vanilla
```

4. Install packages and dependencies:

```
npm install
```

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

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