A collection of small front-end mini-projects and exercises in vanilla HTML, CSS, and JavaScript.
- Todo App - A plain JavaScript todo application.
- DOM Manipulation - Playing around with DOM manipulation and vanilla JS.
- Color Changer - A little color theme picker.
- Dave - A small experiment.
- Portfolio - A web developer resume/portfolio example.
- Ghibli - A Studio Ghibli web app demonstrating how to connect to an API.
- Tab - A New Tab app demonstrating how to use local storage.
A small shared helper lives in utils.js.
const { add } = require('./utils')
add(2, 3) // -> 5