- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
- HTML.
- CSS.
- JavaScript
- Webpack
Client
- Add likes and comments
- Use of Webpack.
- Use of API
- Click here for live demo.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Chrome browser
- npm
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/K0ppai/SiriBox.git
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
To run the project:
npm run start
To run tests after setting up the linters, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
👤 Paing Soe Thu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
You can show your support by giving a star to this project.
- Thank you for code reviews and pull requests!
- This project is MIT licensed.