Demo project displaying cats of different breeds using the thecat.com as REST endpoints.
- Code refactoring
- Comments still need to be added
- Common functions to be separated into reusable methods
- Redux (optional)
- Will implement this to isolate axios/fetch code from components and into reducers
- Initial code for store, reducers and action types added for later use