Movie Metro is a single page application that allows users to search for any movie or show's ratings and details.
- React
- Redux
- SASS
- OMDB API
- Click here to view the live demo.
To get a local copy up and running follow these simple steps.
- 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
- With git, clone the code to your machine, or download a ZIP of all the files directly.
- Download the ZIP file from this location or run the following git command to clone the files to your machine:
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.
- 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.
- 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
.
- Run the following command to run the test suite:
npm test
This will run the unit tests.
👤 Shaquille Ndunda
- GitHub: @shaqdeff
- Twitter: @shaquillendunda
- LinkedIn: Shaquille Ndunda
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Redux ToolKit Team