GitHub Pages repository for hosting experimental web apps, animations, and interactive demos.
Visit the live site at: https://davehowell.github.io/experimental/
docs/
├── index.html # Main landing page
└── projects/ # Individual project directories
└── README.md # Guide for adding new projects
- Create a new directory in
docs/projects/with your project name - Add your HTML, CSS, and JavaScript files
- Update
docs/index.htmlto link to your new project - Commit and push to the
mainbranch - GitHub Actions will automatically deploy your changes
- Tesla Valve Animation - Interactive fluid dynamics visualization
- Data Visualization Demos
- Creative CSS/JS Animations
- Interactive Web Experiments
To test locally, simply open docs/index.html in a web browser, or use a local server:
cd docs
python -m http.server 8000
# Then visit http://localhost:8000This project is licensed under the MIT License - see the LICENSE file for details.