Giter Club home page Giter Club logo

holimovie's Introduction

Description

Welcome to HoliMovie. This app was created as a collaborative project between classmates to answer a question that seems trivial, but that ties us all together. When was/is that holiday? Holidays are celebratory times universally shared. No matter a person's nationality, every country shares the joy of having holidays. To this end, HoliMovie provides a tool to predict or recall, by year, the dates of holidays in 110 countries. HoliMovie aims to serve educators seeking classroom enrichment, human resources staff wishing to celebrate employees, academics performing research, and any other user interested in applying it.

Holimovie is not only a useful and practical tool. As an added bonus, Holimovie provides the user the opportunity to search any movie title they can think of, and return that movies poster and plot summary. The poster will be in color, and the plot summary won't contain any spoilers. We added this feature for fun, and to offer the user a chance for some entertainment along the way.

In creating this app, we learned, and applied, the following:

  • How to access third-party APIs
  • The practical (and magical) uses of JavaScript and JQuery
  • Managing GitHubs many features with muliple collaborators
  • UX style elements in CSS
  • Teamwork and team management

We hope that you enjoy HoliMovie as the practical and joyful tool it is meant to be. Please feel free to reach out to the team with questions, comments, and suggestions to improve our app.

Table of Contents

  • Description
  • Installation and Usage
  • Credits

Installation and Usage

HoliMovie is designed to provide ready access to the holiday or movie information you need. To use this app:

  1. Open the website URL
  2. Select a country from the dropdown menu
  3. Enter the desired year
  4. Click the submit button

To search for a movie:

  1. Open the website URL
  2. Enter the name of a movie
  3. click the search button

Usage

Below are images illustrating what users should see as they navigate HoliMovie:

Step 3

Step 2

Movie

Credits

This app was created by the following collaborators:

This project would not have been possible without the resources and tutelage offered by the following:

holimovie's People

Contributors

hestokes avatar scarlinj avatar jeongholee21 avatar 786-go avatar

Stargazers

 avatar

Watchers

 avatar

holimovie's Issues

Add for loop - TVshows API

  • Using For get the more image datas
$.ajax({
            method:`GET`,
            url: searchUrl,
            success: function(data){

                //for loop get more images come out

                console.log(data[0].show.image);
                console.log(data[0].show.name);

                results = `<img src="${data[0].show.image.medium}"/>
                <h2>${data[0].show.name}<h2>
                `;

                $("#tvContainer").html(results);
            }
        })
    })

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.