Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrna/reviews-web
React/Next.js 🎥 The web application where you can add a review for a movie, TV show or series.
https://github.com/zrna/reviews-web
react react-query react-router-dom theme-ui typescript
Last synced: about 1 month ago
JSON representation
React/Next.js 🎥 The web application where you can add a review for a movie, TV show or series.
- Host: GitHub
- URL: https://github.com/zrna/reviews-web
- Owner: Zrna
- Created: 2021-05-19T06:54:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T09:53:19.000Z (2 months ago)
- Last Synced: 2024-10-18T10:12:42.448Z (2 months ago)
- Topics: react, react-query, react-router-dom, theme-ui, typescript
- Language: TypeScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎥 Reviews web 🎥
**Notice**: still in development.
## Description
An application where you can add reviews for movies, TV shows or series.
It can help you know which movies or series are worth watching again in the future or recommend it to someone.When creating you can add:
- name\*
- review\*
- rating (from `0` to `5`)
- URL (for easier finding)Fields with `*` are required.
Created using: React.js, Typescript, React-Query, Theme-UI, Luxon, Axios
## Video - how it works and looks
https://github.com/user-attachments/assets/cee13b3c-2cfb-44df-b6c2-6b67e738bf6d
## Installation
### 1. Backend part
First go to [the backend part of the application](https://github.com/Zrna/reviews-backend) and do the installation steps.
### 2. Frontend part
After [the backend part](https://github.com/Zrna/reviews-backend) is successfully installed, do the following steps to install the frontend part:
1. Download or clone the project
2. Go into the project `cd reviews-web`
3. Run `npm install`
4. Run `npm start`Application will auto-open on `localhost:3000`.