Central Cinema Trends is a webapp that shows you the most popular movies. We built this webapp as part of our current studies at Microverse's Full-Stack Web Development program. This is our JavaScript capstone project. To build this web application we used an external API provided by The Movie DB.
In this web application, users can interact with it, post comments and given likes for each movie. To do that, we use the Involvement API provided by Microverse.
HTML
- HTML
CSS
- CSS
Javascript
- Javascript
- Use of linters on HTML&CSS&JavaScript project.
- Write a correct descriptive README file.
- Use of webpack.
- Follow GitFlow.
- Use of JavaScript to make websites dynamic and build basic single page apps.
- Use of ES6 syntax.
- Use of ES6 modules.
- Use of callbacks and promises.
- Apply JavaScript best practices and language style guides in code.
- Use AAA pattern for unit tests.
- Write units tests for a JavaScript app, and use of Jest tool for these tests..
- Solve simple git conflicts.
- Send and receive data from an API.
- Use API documentation.
- Understand and use JSON.
- Make JavaScript code asynchronous.
- Perform a code review for a team member.
To get a local copy up and running, follow these steps:
clone this repository into your machine
npm start
In order to run this project you need:
- Create a repo on your repositores files.
- Clone or make a copy of this repo on your local machine.
- Follow GitHub flow.
- A carefully reading of this README.md is required.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:oovillagran/Capstone-Module2.git
Install this project with:
npm install
To run the project, you can use your favorite browser.
To run tests, execute the following command:
npm test
- N/A
👤 Naan Ahmed Mohammed
- GitHub: @naanmohammed
- Twitter: @_naanahmed
- LinkedIn: naanahmed
👤 Oscar Villagran
- GitHub: @oovillagran
- Twitter: @oovillagran
- LinkedIn: Oscar Villagran
- Make Reservations Options
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to make any comment, all contributions are welcome!.
We would like to thank Microverse comunity. We thank our learning, morning session and standup partners for supporting us.
This project is MIT licensed.