Skip to content

krishiv274/GeoArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoArt 🎨

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


Features

  • 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

Tech Stack

  • HTML5
  • CSS3 (flexbox / grid / custom properties)

Getting Started

Clone the repository:

git clone https://github.com/krishiv274/GeoArt.git
cd GeoArt

Open index.html in your browser, or use a local server:

# Python 3
python -m http.server 8000

Then visit: http://localhost:8000


Project Structure (example)

GeoArt/
├─ index.html          # Landing page / gallery
├─ assets/             # Images and media
└─ css/                # Stylesheets

Adding a New Art Piece

  1. Create a new HTML (or component) file (e.g., art/spiral.html)
  2. Add styles in an existing or new CSS file
  3. Link it from index.html

Roadmap (Ideas)

  • More pattern categories (grids, fractals, tessellations)
  • Animated CSS / JS-driven pieces
  • Dark / Light theme toggle
  • Export artwork as images

Contributing

Pull requests are welcome!
For major changes, open an issue to discuss your idea first.


License

You can add a license (e.g., MIT) by creating a LICENSE file.
If you’re unsure, see: https://choosealicense.com/


Acknowledgements

  • 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.

About

Resources

Stars

Watchers

Forks

Contributors