This repository now contains a small collection of simple web apps.
- Counter App (
counter.html) - Calculator App (
calculator.html) - Todo App (
todo.html) - Stopwatch App (
stopwatch.html) - Color Picker App (
colorpicker.html)
Open index.html to access the list of apps.
The repository includes a GitHub Actions workflow that publishes the site to GitHub Pages whenever changes are pushed to the main branch. To enable this:
- Open your repository on GitHub and navigate to Settings > Pages.
- Select GitHub Actions as the source and save.
- Push any changes to
mainto trigger the workflow.
After deployment completes, your apps will be accessible at https://<username>.github.io/<repository>/.