Skip to content

Latest commit

 

History

History
110 lines (76 loc) · 2.28 KB

README.md

File metadata and controls

110 lines (76 loc) · 2.28 KB

React Movie Catalogue

Microverse description - Catalogue of Dog Clothes

Table of Contents

About The Project

Home

Movie details

Mobile

The project is based on a catalogue of clothes for dogs. That was the base idea for the project. The original theme was just an example, for this project I needed to create a React and Redux SPA - that had a home page for browsing through the catalogue items, and a details page for one of the catalogue items.

For this project I decided to use the TMDB - API to create a Movie Catalogue.

On the Home page, when you first enter the app, you can see a list of todays most popular movies. Through there you can either open one of the listed movies, or search for a different movie.

Live version of the project: Live version

Project Link: React-Movie-Catalogue

Built With

Setup

git clone git@github.com:ermin-cahtarevic/react-movie-catalogue.git

Install dependencies

npm install

Start Development Server

npm start

Visit this link in your browser

http://localhost:3000/

Run ESlint

npx eslint .

Run Stylelint

npx stylelint "**/*.{css,scss}"

Run tests

npm test

Author

Show your support

Give a star if you like this project!

Acknowledgements