A collection of breaking bad character list built on React following this tutorial (https://www.youtube.com/watch?v=YaioUnMw0mo).
The project is built on React as a dynamic SPA. The API is based on the breaking bad API found at (https://breakingbadapi.com/).
- It displays all characters found on the breaking bad API and details regarding those characters
- This was a very simple project built on the fundamentals of React as well as an introduction to using React hooks for altering states.
- Be cautious when using package managers. Stick with either NPM or Yarn, otherwise there will be trouble during deployment.
- An express server is still needed when hosting a React app.