/TVmaze-

Primary LanguageJavaScriptMIT LicenseMIT

JavaScript Capstone

# 📗 Table of Contents

📖 JavaScript Capstone

JavaScript Capstone The JavaScript capstone project is about building your own web application based on an external API. It uses an API that provides data about a topic.

🛠 Built With

Tech Stack

Client
  • HTML
  • Javascript
  • CSS

Key Features

  • A home page showing a list of items that you can "like."
  • A popup window with more data about an item
  • A comment section where a user can see previous comments or comment on the selected item

(back to top)

🚀 Live Demo

-Live Demo Link

(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:

  • A browser of your choice
  • That you have set up Git on you desired computer
  • NODEJS 16.10 or higher

Setup

Clone this repository to your desired folder:

  cd your-desired-folder
  git clone git@github.com:veronica365/JavaScript-Capstone.git

Install

Install this project dependencies with:

  npm install

Usage

To run the project, execute the following command:

  • open the repo folder JavaScript-Capstone
  • Rightclick on the index.html file and select open in the browser

Run tests

To run tests to check the lint errors, run the following command:

  npx eslint . --fix

To run unit tests, run the following command:

  npm test

Deployment

You can deploy this project using:

  GitHub Pages

(back to top)

👥 Authors

👤 Author1

👤 Author2

(back to top)

🔭 Future Features

  • Add tasks that were for the student C.

(back to top)

🤝 Contributing

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...

(back to top)

📝 License

This project is MIT licensed.

(back to top)