Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 2.13 KB

README.md

File metadata and controls

88 lines (54 loc) · 2.13 KB

Movie Metro

Movie Metro is a single page application that allows users to search for any movie or show's ratings and details.

Built With

  • React
  • Redux
  • SASS
  • OMDB API

Live Demo

  • Click here to view the live demo.

Getting Started

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

Prerequisites

  • A web browser (e.g. Mozilla Firefox, Google Chrome etc.)
  • git: This is a version control system used for source code management.
  • A text editor (e.g Visual Studio Code (recommended), Sublime Text, Atom etc.)
  • Browser Engine on your terminal preferably NodeJs
  • Knowledge of HTML, CSS, JavaScript and React

Setup

git clone https://github.com/shaqdeff/Movie-Metro.git
  • Once the files are on your machine, open the Micro-Space-Hub folder in Visual Studio Code.

Install

  • After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install

This will install all the packages and dependencies used in the project.

Usage

  • Run the following command to start a live server on your computer:
npm start

This will open up the project on a browser on localhost:3000.

Test

  • Run the following command to run the test suite:
npm test

This will run the unit tests.

Authors

👤 Shaquille Ndunda

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Redux ToolKit Team