Skip to content

The application have client-side storage to store persistent data, be responsive and have a polished UI/User Interface. It used third party API to fetch data about a certain movie and it will features the plot and ratings.

License

Notifications You must be signed in to change notification settings

ALMA-DEV914/Front-End-Interactive-User-Interface-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRONT-END INTERACTIVE UI

MIT

License

MIT License

Copyright (c) 2021 Alma Braun

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.

Project Requirements

  • We are task to build a web application that. use a CSS framework other than Bootstrap.
  • The application should be deployed to GitHub Pages. It should be interactive (i.e., accept and respond to user input).
  • We are asked to use at least two server-side APIs.
  • We should not use alerts, confirms, or prompts (use modals).
  • The application should have client-side storage to store persistent data, be responsive and have a polished UI/User Interface.
  • It should have a clean repository that meets quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
  • The application should have a quality README (with unique name, description, technologies used, screenshot, and link to deployed application).

Built with:

  • HTML - We used to layout the interface of the website with a touch of Bootstrap.
  • CSS - We used to style the website, like colors, margins, paddings and adjusting the designs for the application.
  • Javascript - We used this language to manipulate the inputs, data to display and supports the HTML and CSS functionalities.
  • Third party API - We used this source to retrieved data and informations about our website.
  • Bootstrap/Mediaqueries - We used this CDN to help us build a responsive design.
  • Git/Github - We used this application to work together or collaborate in build this project.

USER STORY

 AS A Movie Lover
 I WANT to see different plot of movies and their ratings.
 SO THAT I can plan the next movie to watch.

 Given a user searches for a movie information through an input form.
 WHEN I search for a movie title.
 THEN I am presented with movie poster, plot and rating reviews for that movie and that movie is added to the search history.
 WHEN I search for another movie title.
 THEN the previous movie display will disappear and will be replaced by new movie with poster, plot and ratings.
 WHEN I click on a movie title in the search history.
 THEN I am again presented with the poster, plot and ratings of that certain movie.

Usage

 Git clone the repository into a directory or folder you want to store the app.
 Then *cd <project>* click the *go live* on the Visual Studio code. The app will automatically open in your browser.
 Or you can run open index.html from the command line.

Deployed application link

https://alma-dev914.github.io/Front-End-Interactive-User-Interface-/

Snaphot of the application

Screen Shot 2022-02-24 at 2 41 27 PM

Screen Shot 2022-02-24 at 2 41 14 PM

About

The application have client-side storage to store persistent data, be responsive and have a polished UI/User Interface. It used third party API to fetch data about a certain movie and it will features the plot and ratings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.0%
  • CSS 31.7%
  • JavaScript 29.3%