Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobinchilongo/javascript_capstone
This Webapp The Cinema of Movies displays a list of shows. The user is able to like any of the movies, and also read more information about each movie once he clicks on the "comments" button. Also, the user is able to leave a comment about any of the movies.
https://github.com/tobinchilongo/javascript_capstone
await-async css3 es6 html5 javascript jest webpack
Last synced: about 2 months ago
JSON representation
This Webapp The Cinema of Movies displays a list of shows. The user is able to like any of the movies, and also read more information about each movie once he clicks on the "comments" button. Also, the user is able to leave a comment about any of the movies.
- Host: GitHub
- URL: https://github.com/tobinchilongo/javascript_capstone
- Owner: Tobinchilongo
- License: mit
- Created: 2022-02-01T17:53:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T09:19:52.000Z (almost 3 years ago)
- Last Synced: 2024-05-17T15:32:24.651Z (9 months ago)
- Topics: await-async, css3, es6, html5, javascript, jest, webpack
- Language: JavaScript
- Homepage:
- Size: 2.6 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# The Capstone Project JS
> This Webapp **The Cenima of Movies** displays a list of shows. The user is able to like any of the movies, and also read more information about each movie once he clicks on the "comments" button. Also, the user is able to leave a comment about any of the movies.
![screenshot](./src/images/cenimaofmovies_screenshot.png)
## Built With- HTML
- CSS
- JavaScript
- Webpack## Live Demo
[Live Demo Link](https://thecapstone-project-js.netlify.app/)
## Video Demo
[Video Demo Link](https://www.loom.com/share/1491c0c0ae6344cd9c4b67109e48676d)## Getting Started
To get a local copy up and running follow these simple example steps.
- clone the repository by running
``` git clone https://github.com/Tobinchilongo/JavaScript_Capstone.git ```
- navigate to the folder
``` cd JavaScript_Capstone ```
- Install packages
``` npm install ```
- Run the app
``` npm start ```
## Prerequisites
- Linters
- GitHub Flow
- Javascript
- WEBPACK
- Jest
### Run tests
Run the test
`npm run test`## Authors
👤 **Author 1: Tobin Chilongo Jnr**
- GitHub: [@Tobinchilongo](https://github.com/Tobinchilongo)
- Twitter: [@Tobin_Official](https://twitter.com/Tobin_Official)
- LinkedIn: [@Tobin Chilongo](https://www.linkedin.com/in/tobin-chilongo-a6736415a/)👤 **Author 2: Selma Belhadj**
- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@Bel_Selma16](https://twitter.com/Bel_Selma16)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.