Skip to content

A TVShow application that pulls movies from the TV MAZE API to allow users to search, reserved and comment on their favorite movies. Built with JavaScript.

Notifications You must be signed in to change notification settings

anyepeter/TVshow

Repository files navigation

TV show -APi(NIGHT SHOW)

We created an application called Night show in which a user can comment, like and reserve a movie from a list of movies using an API. This is our second Capstone project in Microverse.

Built With

This application was built using the following technologies;

  • Major languages
    • TML.
    • SS.
    • javascript.
  • Frameworks
    • Webpack
    • jest
  • Technologies used
    • API(Appiication programming interface)

Video

Here is the video of how the system work explained by us.

Getting Started

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

Prerequisites

  • Git installation
  • A text editor e.g Visual studio code
  • A terminal
  • A web browser to view output e.g Google Chrome

Setup

  • Clone this repository or download the Zip folder:

https://github.com/anyepeter/TVshow.git

Install

  • After Cloning this repo to your local machine
  • Open the index.html in your browser

Usage

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

npx eslint .

Run tests

To test the comment, like and reserve count, run

npm test

Authors

👤 Abel Seifu

👤 Peter Chendi

👤 Abayomi Olaoye

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Involvement APi from Microverse
  • TVmaze
  • Thanks to the Code Reviewer(s) for the insightful feedbacks.
  • A great thanks to My coding partners morning session team, and standup team for their contributions.
  • Hat tip to anyone whose code was used.

📝 License

This project is [MIT](./MIT License

Copyright (c) 2022 Anye Peter Chendi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.) licensed.

About

A TVShow application that pulls movies from the TV MAZE API to allow users to search, reserved and comment on their favorite movies. Built with JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published