All Projects

Learning to code — a growing collection of small apps and experiments.

Login / Register form

Registration + login with SQL storage. Minimal dashboard to update username, email, and password.

Open Auth • SQL

Simple post/view (SQL)

Create and view items from a SQL database. (Planned: edit, image upload, voting, likes.)

Open CRUD • SQL

Weather app

Small weather UI fetching data from a public API.

Open API

To-Do list

Local browser storage keeps your tasks after refresh or revisit.

Open LocalStorage

Quiz App

Lightweight quiz; questions defined in code. (Planned: load from DB.)

Password generator

Create strong passwords (up to 12 chars).

Open Utility

Notes App

Quick notes saved in the browser (cleared if cookies/storage are removed).

Open LocalStorage