lerfast / Capstone-module2-Javacript

MIT License
2 stars 0 forks source link

MazTV

📗 Table of Contents

📖 MazTV: web page that have diferent series obteins from a API

MazTV is a project that displays a list of TV series and allows users to interact with them through likes and comments. The goal is to build interfaces for the home page and a comments popup.

🛠️ Built With

Tech Stack

Key Features

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need the following tools:

Setup

Clone this repository to your desired folder by running the following commands in your terminal:

  cd your-prefered-folder-name

  git clone git@github.com:lerfast/Capstone-module2-Javacript.git

Install

  cd Capstone-module2-Javacript

  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

  npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Usage

To run the project, execute the following command:

  Open the project in live server (VS Code) or Open the index.html file on your browser.

Run Linters tests

To run tests, run the following command:

  npx hint . --fix

  npx stylelint "**/*.{css,scss}" --fix

  npx eslint . --fix

🚀 Live Demo

(back to top)

👥 Authors

👤 Luis Emilio Rojas

👤 Javier Aybar

(back to top)

🔭 Future Features

(back to top)

🤝 Contributing

All contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐ Show your support

If you like this project, please support me with a like or a star.

(back to top)

🙏 Acknowledgments

Thanks to my learning partners and the staff at Microverse.

(back to top)

📝 License

This project is MIT licensed.