Web APIs (Wapis)
07 / 04 / 2024
web project
Responsive page containing mini web projects that are isolated components or applications that exploit data from external APIs. The main logic is coded in vanilla JS. Some projects include:
- A canvas space to draw continuous lines with different point sizes and a color picker .
- A custom library based on a list of books, the list can be modified by adding or by deleting the book.
- API that displays the lastest films from the TMDB API. A stylized card is displayed for each film, containing the image film, title, overview and audience score.
- A browser version of something between a sketchpad and an Etch-A-Sketch
- A calculator that contains the functions for all of the basic math operators : addition, subtraction, multiply and divide
- The tic-tac-toe game in javascript. It is a game for two players who take turns marking the spaces in a three-by-three grid with an id (usually X or O). The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner
check the source