A simple collection of geometric / generative / CSS-based art experiments.
Explore visually pleasing patterns, shapes, and layouts—built with lightweight web technologies.
🔗 Live Demo: GeoArt Hoted Link
- Pure HTML/CSS (and optional vanilla JavaScript) implementations
- Geometric layouts and pattern experiments
- Responsive, lightweight, and beginner-friendly structure
- Easy to extend with new art "tiles" or pages
- HTML5
- CSS3 (flexbox / grid / custom properties)
Clone the repository:
git clone https://github.com/krishiv274/GeoArt.git
cd GeoArtOpen index.html in your browser, or use a local server:
# Python 3
python -m http.server 8000Then visit: http://localhost:8000
GeoArt/
├─ index.html # Landing page / gallery
├─ assets/ # Images and media
└─ css/ # Stylesheets
- Create a new HTML (or component) file (e.g.,
art/spiral.html) - Add styles in an existing or new CSS file
- Link it from
index.html
- More pattern categories (grids, fractals, tessellations)
- Animated CSS / JS-driven pieces
- Dark / Light theme toggle
- Export artwork as images
Pull requests are welcome!
For major changes, open an issue to discuss your idea first.
You can add a license (e.g., MIT) by creating a LICENSE file.
If you’re unsure, see: https://choosealicense.com/
- Inspiration from generative and geometric art communities
- Open web platform ❤️
Feel free to customize this README to better reflect the actual contents of the repository.
Let me know if you’d like me to open a pull request adding this file automatically.