React Example "Movie App"

This is an example project for a react training using the example of a film and tv show management app.

Status 🚧

The project is work in progress, right now you can:

Demo

The latest code is deployed to https://react-movie-app-nine-umber.vercel.app/

Usage and development

Clone the repository and install dependencies by running

npm install

For Icons react-fontawesome is used. To install run the following commands

npm i @fortawesome/react-fontawesome
npm i @fortawesome/free-regular-svg-icons
npm i @fortawesome/free-solid-svg-icons

Routing is implemented with react-router-dom in version 6.22.0 npm install react-router-dom

Available scripts

This project was bootstrapped with Create React App, so all its scripts are available in the client folder:

npm start
npm test
npm run build
npm run eject # be careful :)