Making my own framework. Any tips?
Source: Dev.to

Introduction
I am currently building my own HTML + CSS + JS framework. You can view the project on GitHub: github.com/29cmosier-dev/ZiggyLabs-Framework.
Project Name
For now I am calling it ZiggyLabs Framework; the name may change later.
Goals
- Reduce the HTML clutter that frameworks like Bootstrap introduce.
- Add additional goals as the project evolves.
Showcase
I’d like to highlight the navbar, which is visible in the cover image above.
Current Progress
I am working on Version 1. At the moment I am finishing the card styles. Next up I plan to work on modals or buttons, possibly both.
Call for Feedback
If anyone is interested, feel free to let me know and suggest ideas for features to code next!