tone4hook / comic-books-app

A web application that features a comic book store locator and weekly new comic listings. The application uses Yelp Fusion API, Google Maps JavaScript API, and Comic Vine API as the data model. Bootstrap 4, Knockout, and jQuery are dependencies, while Webpack and Babel are devDependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comic Books App

A web application that features a comic book store locator and weekly new comic listings. The application uses Yelp Fusion API, Google Maps JavaScript API, and Comic Vine API as the data model. Bootstrap 4, Knockout, and jQuery are dependencies, while Webpack and Babel are devDependencies. Note: NPM local servers like http-server and webpack-dev-server will not handle the PHP Yelp Fusion verification without changing the settings in their respective configs. WAMP, MAMP, and XAMPP will be fine.

Features

  • Comic book store locator
  • New comic books listing by week
  • Filter store results with text input
  • Filter comic book page results by text input

Getting Started

Node JS and Composer (Dependency Manager for PHP) are needed to run this project.

  • Clone or download the repo
  • Open Terminal (command line) and navigate to the comic-books-app directory
  • Run npm update --save-dev
  • Run npm update
  • Build command is npm run build

Prerequisites

  • Node JS

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

A web application that features a comic book store locator and weekly new comic listings. The application uses Yelp Fusion API, Google Maps JavaScript API, and Comic Vine API as the data model. Bootstrap 4, Knockout, and jQuery are dependencies, while Webpack and Babel are devDependencies.

License:MIT License


Languages

Language:JavaScript 52.2%Language:HTML 32.5%Language:CSS 15.3%