Posts is a minimalistic clone of https://posts.cv/, which is itself a simplified and scaled-down alternative to Twitter. We built this clone solely for educational purposes. The app includes the following features:
- User authentication
- Ability to create text, image, or combined posts
- Ability to follow other users
- Ability to like and comment on posts
- "Highlights" tab: posts from those you follow
- "Everyone" tab: all posts in reverse chronological order
To run the app locally, follow these steps:
- Clone this repository.
- Open the terminal at the root of the repository.
- Install dependencies with
pnpm install. - Run the app with
pnpm dev.