Create some badges using the https://github.com/avermeulen/api-tutor API
Use:
- https://www.globalcarsbrands.com/all-car-brands-list-and-logos/
- https://github.com/axios/axios
- The DOM
- HandlebarsJS
-
A badge that displays how many cars there are of a given color.
-
A badge that displays how many of a given brand car is available.
-
A badge that displays how many cars are available cheaper than a specific price.
-
List all the cars and show the logo of their brand next to them.
- Show all cars for a given brand add brand filter support. Show a counter of how many cars for that brand is available.
- Show all cars for a given color add color filter support. Show a counter of how many cars for that color is available.
- Combine color and brand allow users to filter on brand and/or color. Show a counter of how many cars for that color is available.
For the widgets: add an option to show all the data matching the filter.