REACT AND REDUX CAPSTONE : Movie Mania

I have built this React & Redux Capstone based on a catalog of statistics. It's a web app to fetch data from IMDB API to display a list of popular movies and single page details about each of those movies. I have implemented a search filter for the web app as well.

Click here to view live Movie Mania.

Built With

  • Javascript
  • React
  • Redux
  • CSS Bootstrap

Getting Started

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

Prerequisites

  • A browser
  • Node js (optional)

Setup

All code below are for a terminal.

  1. Clone repository:
  $ git clone https://github.com/tanzila-abedin/capstone-movie-mania.git
  1. Change directory inside project
cd capstone-movie-mania
  1. In your terminal, run
npm install
  1. After changes, run webpack to build production code.
npm run build
  1. You can also run the following to access the website on http://localhost:3000 in your local computer.
npm run start
  • Press Ctrl + c to exit the npm run start session in your terminal.

Test

For test run npm run test.

👤 Tanzila

Tanzila's GitHub stats

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc