Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitosiki authored Jan 12, 2024
1 parent badd4a7 commit 7149bf9
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# PostHub-app

I use:
- TypeScript;
- React;
- NextUI;
- Framer Motion;
- TailwindCSS;
<div align="center">
<img width="250" height="250" src="client/public/logo.png">
</div>

# 🚀 Welcome to our platform, **PostHub**

This is a new platform for publishing your amazing posts. Here, you'll find a variety of different topics and interests. You can create whatever you like, generate new posts, engage in discussions in the comments, or simply read the latest updates and react to them. A convenient filtering and posting system will help you browse only the content that interests you, while interactions with other participants will keep things exciting.

## 🖼️ Screenshots

<div>
<img height="720" src="https://github.com/Nikitosiki/PostHub-app/assets/61596575/0d8490f2-201d-4e78-8418-5722065107fd">
<img height="720" src="https://github.com/Nikitosiki/PostHub-app/assets/61596575/93f550c0-8d54-4d5c-8033-5a7b60cebf18">
<img height="720" src="https://github.com/Nikitosiki/PostHub-app/assets/61596575/227a0daa-bec5-4796-b398-94c242b8b9d5">
<img height="720" src="https://github.com/Nikitosiki/PostHub-app/assets/61596575/770a172f-0c53-42e9-b8a2-db6623670099">
<img height="720" src="https://github.com/Nikitosiki/PostHub-app/assets/61596575/d77f385b-228e-4d36-b206-baed66564a57">
</div>

## 🛠 Development

When developing use:
- `yarn dev`

A development server will automatically open the project in your browser. Normally here: `http://localhost:8080`.


To build the project use:
- `yarn build`

A web ready folder will be created in `/dist/`.

## 📝 License

[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 7149bf9

Please sign in to comment.