Skip to content
/ SiriBox Public

SiriBox is a website that showcases a collection of movies and TV shows. It serves as the capstone project for the Microverse JavaScript curriculum. Developed using JavaScript, HTML, CSS, and Webpack, it utilizes API data to display content. Users can interact by liking and commenting on the website and filter shows according to genres.

License

Notifications You must be signed in to change notification settings

K0ppai/SiriBox

Repository files navigation

📗 Table of Contents

📖 SiriBox

SiriBox is a website that showcases a collection of movies and TV shows. It serves as the capstone project for the Microverse JavaScript curriculum. Developed using JavaScript, HTML, CSS, and Webpack, it utilizes API data to display content. Users can interact by liking and commenting on the website.

🛠 Built With

  • HTML.
  • CSS.
  • JavaScript
  • Webpack

Tech Stack

Client

Key Features

  • Add likes and comments
  • Use of Webpack.
  • Use of API

(back to top)

🚀 Live Demo

  • Click here for live demo.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • A Chrome browser
  • npm

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/K0ppai/SiriBox.git

Install

Install the prerequisites this project using:

  cd SiriBox
  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

Usage

To run the project:

  npm run start

Run tests

To run tests after setting up the linters, run the following command:

  npx hint .
  npx stylelint "**/*.{css,scss}"

(back to top)

👥 Authors

👤 Paing Soe Thu

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

You can show your support by giving a star to this project.

(back to top)

🙏 Acknowledgments

  • Thank you for code reviews and pull requests!

(back to top)

📝 License

  • This project is MIT licensed.

(back to top)

About

SiriBox is a website that showcases a collection of movies and TV shows. It serves as the capstone project for the Microverse JavaScript curriculum. Developed using JavaScript, HTML, CSS, and Webpack, it utilizes API data to display content. Users can interact by liking and commenting on the website and filter shows according to genres.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published