π GitHub Repository: https://github.com/Tushar-sonawane06/UI-Verse
UIverse is a beginner-friendly open-source project that provides a growing collection of reusable UI components built using HTML, CSS, and JavaScript.
The goal of UIverse is to help developersβespecially beginnersβmake their first open-source contribution while learning how to build clean, responsive, and reusable UI components.
- π¨ Collection of reusable UI components
- π§© Beginner-friendly contribution system
- π Well-structured folders for easy navigation
- π Live preview of components
- π View & Copy code functionality
- π Multi-page UI (Sidebar-based navigation)
- π Upcoming Dark Mode support
- π± Fully responsive UI improvements
(Add your deployed link here after hosting)
UI-Verse/
β
βββ index.html
βββ Navbar.html
βββ alerts.html
βββ badges.html
βββ button.html
βββ cards.html
βββ color.html
βββ footer.html
βββ form.html
βββ loaders.html
βββ pricing.html
βββ testimonials.html
βββ toggles.html
βββ privacypolicy.html
β
βββ style.css
βββ script.js
βββ .gitignore
βββ favicon.ico
β
βββ components/
β βββ buttons/
β βββ cards/
β βββ navbars/
β βββ forms/
β βββ loaders/
β
βββ Contributing.md
βββ README.md
Click on the Fork button (top-right of GitHub)
git clone https://github.com/your-username/UI-Verse.git
Open index.html in your browser.
We welcome contributions from beginners π
- Go to the Issues section
- Choose an issue to work on
- Comment to get assigned
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature-name
- Make your changes
- Commit changes
git commit -m "Added: your feature name"
- Push to GitHub
git push origin feature/your-feature-name
- Create a Pull Request π
- β Keep code clean and readable
- β Follow proper folder structure
- β Make components responsive
- β Use meaningful commit messages
- β Avoid breaking existing UI
- β Add comments where necessary
- Buttons
- Cards
- Navbars
- Forms
- Loaders
- Alerts
- Badges
- Toggles
- Pricing Sections
- Testimonials
- Improve responsiveness
- Add animations
- Enhance UX/UI
- Improve mobile experience
- Add new component pages
- Improve code preview system
- Add dark mode π
- Improve sidebar navigation
- Add search functionality
good first issueβ Beginner-friendlyenhancementβ Feature requestbugβ Bug fixesdocumentationβ Docs improvements
- Add a gradient button
- Create a responsive navbar
- Add hover effects to cards
- Improve mobile layout
- Add new UI components
- Help beginners start open-source contributions
- Build a large UI component library
- Create a developer-friendly UI showcase platform
If you like this project:
- Give it a β
- Share it with others
- Contribute π
Project Admin: Tushar Sonawane
π Happy Coding & Contributing!