RNtaate / movies-catalogue

A movies Catalogue of Statistics project built with React and Redux through fetching data from an API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies-Catalogue

Netlify Status GitHub Pull Requests Linters

Project Description

Catalogue of Statistics

This project is a capstone project built with ReactJS and Redux upon the completion of the React and Redux curriculum of the Microverse Program.

It is a movies catalogue web page which fetches and displays a list of movies to the User depending on certain selection choices such as "Year of release", and "Genre". The User can also select a single movie to view its details.

Screenshots

🔧 Built with

🔴 Live Demo

Get started

Prerequisites

  1. Node Package Mangaer(npm)

  2. Node

Steps to follow

  1. Clone the repository to your local machine by running git clone git@github.com:RNtaate/movies-catalogue.git in your terminal

  2. On your local machine, navigate to the game folder using cd movies-catalogue in your terminal

  3. Run npm install to install all the necessary dependencies.

  4. Run npm run build

  5. Run npm start to start the application on a local server

Testing the project

  1. In your terminal, run npm test

🤝 Contributions

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please check the issue tracker section, if that problem you met is not in already opened issues then open the issue by clicking on new issue button.

  2. If you have a solution to that, and you are willing to work on it, follow the below steps to contribute:

    1. Fork this repository

    2. Clone it on your local computer by running git clone git@github.com:RNtaate/movies-catalogue.git Replace RNtaate with the username you use on github

    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor

    4. Create a separate branch off the master branch,

    5. Write your codes which fix the issue you found

    6. Commit and push the branch you created

    7. Raise a pull request, comparing your new created branch with our original master branch here

✒️ Authors

👤 Roy Ntaate

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

About

A movies Catalogue of Statistics project built with React and Redux through fetching data from an API.


Languages

Language:JavaScript 76.4%Language:CSS 16.6%Language:HTML 7.1%