Noel Bustillos

Some stuff I've been working on lately

My Calendar

A custom built calendar app that allows me to create events that are then stored in a database. Also pulls in information automatically from other sources using api integration and web scraping.

Purpose: I built this project to have my own calendar app that can function as a central hub and pull in information from other sources.

HTML CSS JavaScript PHP MYSQL
Status: Calendar now has login and communicates with database to store events, now just need to add api and web scraping features

Flexbox Playground

Interactive tool to test out different flexbox properties and how they respond to different screen sizes.

Purpose: I built this project to help myself and others learn how flexbox works and how it affects screen responsiveness in a more interactive way.

HTML CSS JavaScript
Status: Mostly done, need to work on mobile layout and add more features

Kitchen Timer

Kitchen timer with four independent countdown or count-up timers, ideal for managing multiple things simultaneously.

Purpose: I built this project to create an effective kitchen timer that allows users to manage multiple timers at once. I wanted to design an intuitive interface that would make it easy for users to set and track their timers while cooking, much like a real life version.

HTML CSS JavaScript
Status: Completed

Web Sketch

Just a simple scrolling drawing app that allows users to create quick sketches.

Purpose: I built this project to create a simple drawing app for quick doodles.

HTML CSS JavaScript
Status: Redid the UI and made it more mobile friendly.

Timeline Creator

An app that allows users to create timelines of events

Purpose: I built this project to create a timeline creator that allows users to create timelines using a simple interface to visualize events in a chronological order.

HTML CSS JavaScript PHP MYSQL
Status: Work in progress, want to redo with better code structure