Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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