Skip to content

This is a Javscript Capstone project called MovizHub, it serves as a SPA that uses TV maze API to show a serires of TV shows and movies which can be liked, commented and reserved.

Notifications You must be signed in to change notification settings

CobbyElsonfx/JavaScript-Capstone

Repository files navigation

Capstone-Project-Module2

📗 Table of Contents

📖 [About the Project - CAPSTONE PROJECT - MODULE 2.]

Capstone Project - Module 2 It's a simple web app for displaying Movies Information and editing likes, comments and reservations.

🛠️ Built With

Tech Stack

  • HTML
  • CSS
  • JAVASCRIPT
  • BOOTSTRAP
  • WEBPACK
  • GITFLOW
  • JEST

Key Features

  • Good HTML, CSS & JavaScript practices
  • A webpage with the use of linters
  • Dynamic interactivity with JavaScript
  • Project bundled with Webpack
  • Unit testing with Jest

(back to top)

Live Demo

🚀 Live Demo Link to the deployed project MovizHub .

🚀Live Preview Screenshot for preview

💻 Getting Started

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

Setup

Clone this repository to your desired folder by running the following commands in your terminal:

  cd your-prefered-folder-name
  
  git clone https://github.com/Rafiduzzaman/Capstone-Project-Module2.git

Prerequisites

In order to run this project you need the following tools:

  • A modern web browser (Chrome, Firefox, Safari, Edge).
  • An IDE (e.g.: Vscode, Sublime Text,...).
  • A terminal (Git Bash).
  • Install and use Webpack project bundler.

Install

  • Install this project with linters and Webpack bundler:
  cd to_do_list

  npm init -y

  npm install --save-dev hint@7.x

  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

  npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

  install & configure Webpack bundler with npm, lodash, HTMLWebpack plugin and Webpack-dev-server

Usage

To run the project, execute the following command:

  Open the project in Webpack dev server or Open the index.html file, from dist/ folder, on your browser.

Build the project with Webpack and run a dev server

  Run the following commands in the terminal:

  npm run build
  
  npm start

Run Linters tests

To run tests, run the following command:

  npx hint . (--fix option)
  
  npx stylelint "**/*.{css,scss}" (--fix option)

  npx eslint . (--fix option)

Deployment

🚀 Project deployment.

https:///

👥 Authors

👤 Juan Carlos Muñoz

👤 Md.Rafiduzzaman

👤 MR. FRANCIS ANDOH

(back to top)

🔭 Future Features

The Movie website will offer the following features:

  • Deploy this site to Github Pages

(back to top)

🤝 Contributing

All contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐ Show your support

If you like this project, please support me with a like or a star.

(back to top)

🙏 Acknowledgments

Thanks to my learning partners and the staff at Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a Javscript Capstone project called MovizHub, it serves as a SPA that uses TV maze API to show a serires of TV shows and movies which can be liked, commented and reserved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published