/second-capstone

In this project, My partner and I recreated a simple wireframe template for a Movie Site. This simple web page was built using webpack, fetching data from APIs and serving it by a webpack dev server.

Primary LanguageJavaScriptMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Javascript Group Capstone

In this project, a website for movies is being built. The external API used for showing movies and its details is IMDBbOT. The webapp has 2 user interfaces.

  • A home page showing a list of movies items that you can interact with the like button
  • A popup window with detailed information about the movie. You can leave a comment as well.

πŸ›  Built With

  • HTML
  • CSS
  • Javascript
  • Webpack
  • APIs
  • Jest

Tech Stack

Webpack
Jest

Key Features

  • Users can click on like buttons to like a movie
  • Users can click on comment button, read details and add comment to a movie

(back to top)

πŸš€ Presentaton Link

πŸš€ Live Video

πŸš€ Project Details

πŸ‘₯ Team

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • You need to have nodejs installed.
  • You need to have a browser like Google Chrome installed.
  • You need to have git installed
  • You to have a code editor like VS Code or any other code-editors installed on you device.

Setup

Clone Git Repository

  • In Visual Studio Code β€œTerminal” change the current working directory to the location where you want the cloned directory.

  • Type git clone in the terminal, paste the URL you copied earlier, and press β€œenter” to create your local clone.

- git clone URL

 https://github.com/SabiMantock/second-capstone

Install Dependencies

  npm install

Deployment

You can deploy this project using:

  npm start

(back to top)

πŸ‘₯ Authors

πŸ‘€ Sabi Mantock

πŸ‘€ Kazim Mohammadi

(back to top)

πŸ”­ Future Features

  • Implement additional home pages, one page per category of movies

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Please give a ⭐️ if you like this project! 🀝

(back to top)

πŸ™ Acknowledgments

  • Thanks to Microverse for giving this opportunity to learn ...
  • Code Reviewers & Coding Partners.
  • Hat tip to anyone whose code was used.

(back to top)

❓ FAQ

  • How to generate a new key for the API?

  • Open VScode and generate a key by using the following command

curl -X POST https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)