/movies-catalogue

This application allows the user to search for their favorite movies classified by popularity with the possibility of filtering them by release year.

Primary LanguageJavaScriptMIT LicenseMIT

logo

README

📗 Table of Contents

📖 Movies Catalogue

This application allows the user to search for their favorite movies classified by popularity with the possibility of filtering them by release year.

Movies Catalogue retrieves data from this API.

Please click on the video below to more explanation

Video for explanation

loom

🛠 Built With

Tech Stack

To build this project I used a tech stack detailed below:

Client

Key Features

  • User Can Search Movies
  • user can Filter Movies by Release Date
  • User can See Details about a Movie

(back to top)

🚀 Live Demo

Please click the link below to open our webpage in your browser

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • To install Node.js on your computer.

Setup

Clone this repository to your desired folder:

  1. Navigate to a folder where you want the cloned file to appear

  2. Clone this repo in your terminal or git bash using the command

      git clone <URL> 'https://github.com/Olivier-Kango/movies-catalogue' in your terminal
       
    

Install

Install this project with:

run npm install to install all the necessary dependencies including the linters

--->

Usage

To run the project, execute the following command:

npm start

  • This will run the react app in your browser

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Run tests

To run tests, run the following command:

npm run test

--->

Deployment

You can deploy this project using:

(back to top)

👥 Authors

This project was built by:

👤 Olivier Kango

(back to top)

🔭 Future Features

  • I will implement some UX improvements: include transitions and/or animations, etc.
  • I will implement additional pages in the website (each with a route in the SPA): about me, references, etc.
  • Make sure that you have a decent desktop design for the webapp

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

  • Nelson Sakwa for the website design system that inspired my design.
  • TMDB for the amazing Movies API.
  • Theophile Kango and My cording partners.

(back to top)

📝 License

This project is MIT licensed.

(back to top)