rh9891 / BreakingBad

A React application that utilizes the Breaking Bad API to display and filter the characters from the hit TV show, Breaking Bad.

Home Page:https://breaking-bad-characters-with-react.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking Bad

License: MIT

Table of Contents

Description

Breaking Bad is a responsive, semantic React application that utilizes the Breaking Bad API to display and filter the characters from the TV show, Breaking Bad. The application also utilizes useEffect and useState hooks for state management. The application features a grid system to dynamically display the character's pictures and the use of transition/transform in CSS for animation effects and displaying the character's information on the back of the cards.

User Story

AS A user  
I WANT to search for - and access information about - Breaking Bad characters  
SO THAT I can discover more about the cast and show.  

Features of the Application

GIVEN a search-based application   
WHEN I load the page  
THEN a grid of Breaking Bad characters will render.  

WHEN I input a character's name into the search bar  
THEN I will be able to filter the characters based on my query.  

Preview of Breaking Bad

Breaking Bad Landing Page

The following animation demonstrates the complete application functionality:

To download the above video file of the application functionality, you may do so here.

Links

Installation

The application requires the following dependencies and/or package managers:

$ npm install axios 

When downloaded, the application requires the input of npm install into the command line interface in order to download the contents of the package.json.

Usage

The application can be initiated by inputting npm start into the command line interface and running the application on localhost: 3000.

Built Using

Listed below are the frameworks, libraries, and guides that made building this application possible:

License

The MIT License (MIT)

Copyright (c) 2020 Romie Hecdivert

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.

Contributing

If you would like to contribute to this repository, please contact me via Github.

Questions

If you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via Github.

About

A React application that utilizes the Breaking Bad API to display and filter the characters from the hit TV show, Breaking Bad.

https://breaking-bad-characters-with-react.netlify.app/


Languages

Language:JavaScript 59.7%Language:CSS 31.9%Language:HTML 8.4%