- Description
- User Story
- Features of the Application
- Preview of Breaking Bad
- Links
- Installation
- Usage
- Built Using
- License
- Contributing
- Questions
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.
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.
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.
The following animation demonstrates the complete application functionality:
To download the above video file of the application functionality, you may do so here.
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
.
The application can be initiated by inputting npm start
into the command line interface and running the application on localhost: 3000
.
Listed below are the frameworks, libraries, and guides that made building this application possible:
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.
If you would like to contribute to this repository, please contact me via Github.
If you have any questions, comments, or issues regarding this application, please do not hesitate to contact me via Github.