Projects to exercise web development with front-end libraries, like jQuery and React, and API consumption.
- Random Quote Machine (jQuery, React)
- Drum Machine
- Calculator
- Markdown Previewer
- 25 + 5 Clock
Displays a random quote, with author information.
- HTML
- CSS
- JavaScript
- jQuery
- Uses third-party APIs.
Displays a random quote, with author information.
- HTML
- CSS
- JavaScript
- React
- Uses third-party APIs.
Render stylized HTML from the entered text with markdown markup.
- HTML
- CSS
- JavaScript
- React
Makes a different sound based on the element clicked, displaying the related instrument name on the screen.
- HTML
- CSS
- JavaScript
- React
A simple calculator app.
- HTML
- CSS
- JavaScript
- React
Sets a timer and a interval, in which this timer will wait until restart. Something like Pomodoro.
- HTML
- CSS
- JavaScript
- React