Projects

These are some of the projects that I've been making throughout my self-learning experience.

See more on my GitHub and CodePen profiles.

My website

Development of my personal website (this site).

See source.

  • HTML
  • CSS
  • JavaScript
  • Eleventy
  • Netlify

base.css

A work-in-progress base CSS stylesheet, which includes both normalize/reset and opinionated base styles.

See source.

  • CSS

Media Library

A (work-in-progress) multimedia library containing movies, video games and e-books.

See source.

  • HTML
  • CSS
  • JavaScript
  • React

To-do list

A simple to-do list where you can add, rename, duplicate, complete and delete to-dos. It will be improved soon by rewriting it using React.

See source.

  • HTML
  • CSS
  • JavaScript

Pokédex

Search Pokémon by its number or show a random one. It uses PokéAPI (a RESTful Pokémon API).

See source.

  • HTML
  • CSS
  • JavaScript