Skip to content

Latest commit

 

History

History
226 lines (142 loc) · 5.39 KB

README.md

File metadata and controls

226 lines (142 loc) · 5.39 KB

logo

Microverse README Template

📗 Table of Contents

📖 JavaScript Capstone Project

In this project, we are setting up a Movies website with basic functionalities using JavaScript modules, Webpack and APIs.

New movies is a website that has two versions (desktop and mobile) and allows users to check the number of movies and interact by giving a like to their favorite movies and checking for other users' comments, as well as adding their own.

🛠 Built With

Tech Stack

Team Work
Building
Bundle
Tests
Server
Database

Key Features

  • Like the favorite Movies
  • Check for comments of other users in a pop-up
  • Add new comment to the favorite movies

(back to top)

🚀 Live Demo

(back to top)

REVIEWS

For this project we performed several code reviews. You can find one of them performed by Sebastian here: #27

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Github account.
  • Code editor (Visual Studio Code, Atom, etc.)
  • WebPack
  • Jestjs
  • Babeljs

Setup

Clone this repository to your desired folder:

Install

Install this project with:

  • You'll need to install Webpack on your root directory by using the following command on your terminal:

    npm install webpack webpack-cli --save-dev

  • Now you can use the npm run build command to create your new files on the dist folder by using the following command:

    npm run build

Usage

To run the project, execute the following command:

`npm start`

Run tests

To run tests, run the following command:

`npm test`

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Author1

👤 Author2

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)