This repository is a collection of 4 challenges that aims the practice of TypeScript. The challenges were:
- Transform code written in JavaScript to TypeScript.
- Better JavaScript code to TypeScript code by using Interfaces and Enums.
- Transform nonfunctional JavaScript code to functional TypeScript code.
- Utilize previous challenges practices to consume TMDB API to search for movies, show results of search, create lists of movies and add movies to a previously created list.
This repository is a challenge of the JavaScript Evolution bootcamp offered by Impulso and Digital Innovation One.