Projects

These are a few of my latest web design projects.

Color Scheme Generator

A practical and fully-functional color scheme generator built solely with HTML+CSS+JS, fetching data from The Color API. It gives you a 5-color palette and lets you choose from 8 different color scheme modes.

Read More

Musiquizzical Game

This is the last project from Scrimba’s Frontend Career Path - React Basics, but tailored only to music questions (the original course project is a general-scope quiz app.) The questions are fetched from the OpenTrivia DB API.

Read More

Random Password Generator

This is a handy password generator developed solely with HTML, CSS, and JavaScript. It’s part of the “Making Websites Interactive” module off Scrimba’s Frontend Developer Career Path.

Read More

React Notes App

A handy project developed as part of Scrimba’s Frontend Career Path - React Basics (although it was one of the most demanding projects of the basic module.) It makes use of the react-mde component to render a fully-functional Markdown editor.

Read More

React Tenzies Game

Tenzies is a simple but fully-functional dice game, developed using React and as part of Scrimba’s Frontend Career Path. Here we’re using the useEffect() hook to manage side-effects created by the dice’s code and game state.

Read More

React Travel Journal

A basic React page showing a mock-up travel journal with individual entries coming from a Data component. This is an entry-level React project, without state management, just JSX files.

Read More

Technical Documentation Page

Technical documentation pages are a software developer’s best friend. A good tech-doc page lets developers study and understand key technologies and tools, from programming languages, to libraries, frameworks, and even hardware.

Read More

Tindog - a Tinder for Dogs

This is a project inspired by Tinder, but for dogs. It belongs to the Next Level JS module from Scrimba’s Frontend Developer Career Path. This is all HTML, CSS, and JavaScript.

Read More

Twimba - a Twitter Clone

This Twitter (now X) clone app lets you reply, load previous replies as nested tweets (twimbs? x’s?) and increase the likes and retweet counters. All with just HTML, CSS, and JavaScript.

Read More

VanLife App

This project comes from the React Router section of Scrimba’s FCP - Advanced React. It’s a mock van rental site/app that uses React Router to handle all the different views. It includes some authentication as well (u: b@b.com, pw: p123).

Read More