https://github.com/ijeomaodinko/capstone_2
Horror movies show website that used webpack, ES6 syntax and modules, and follow Gitflow. The movies and properties are called from an API. It allows the visitors to like and comment on movies available.
https://github.com/ijeomaodinko/capstone_2
css3 html5 javascript jest webpack
Last synced: 3 months ago
JSON representation
Horror movies show website that used webpack, ES6 syntax and modules, and follow Gitflow. The movies and properties are called from an API. It allows the visitors to like and comment on movies available.
- Host: GitHub
- URL: https://github.com/ijeomaodinko/capstone_2
- Owner: ijeomaodinko
- Created: 2022-08-01T21:44:28.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T13:00:41.000Z (over 3 years ago)
- Last Synced: 2025-02-24T01:37:04.292Z (over 1 year ago)
- Topics: css3, html5, javascript, jest, webpack
- Language: JavaScript
- Homepage:
- Size: 9.53 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Horror Hour TV Shows
This project contains codes that enables users get from and add data to the API. It shows information about movie shows. People can browse through, like and comment. The count of likes and count are registed.
## Built With
- HTML
- CSS
- Javascript
- VsCode
- Webpack
## Live Demo
[Live Demo Link](https://ijeomaodinko.github.io/CAPSTONE_2/dist/)
# Getting Started
To get a local copy up and running follow these simple example steps.
Open your console. Run the following
If you are using HTTPS
"git clone https://github.com/ijeomaodinko/CAPSTONE_2.git"
If you are using a SSH key.
"git clone git@github.com:ijeomaodinko/CAPSTONE_2.git"
Press ENTER to create your local clone. After creating it, you can open the page by opening with Visual Studio Code.
Typing npm run start on the terminal and open the dist folder and click on the index.html file.
### Prerequisites
- A modern web browser like Chrome, Safari, Firefox, etc.
- JavaScript enabled.
### Installation and Setup
Install Node Modules ithrough the terminal
npm install
### Build the Development Serve
npm run build
### Run Tests
To run test on the test files used:
npm test
## Authors
👤 **Ijeoma Odinko**
- GitHub: [@githubhandle](https://github.com/ijeomaodinko)
- Twitter: [@twitterhandle](https://twitter.com/iodinko)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ijeomaodinko)
👤 **Vanessa Bonito**
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._