This project is a simple public review application built with React, TypeScript, and Vite. Users can submit reviews by writing a review text containing a hashtag for the topic (e.g., #TopicName). The app displays a list of all submitted reviews and allows users to filter reviews by topics.
- Submit reviews with hashtags for topics.
- Display a list of all submitted reviews.
- Filter reviews by topics.
- Load initial reviews from an API.
Check out the live demo of the app here.
-
Clone the repository:
git clone https://github.com/your-username/public-review-app.git cd public-review-app