Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.35 KB

File metadata and controls

66 lines (42 loc) · 1.35 KB

🧩 GitHub-Like UI

A lightweight, responsive GitHub-inspired UI theme built with pure HTML + CSS.
Supports Dark/Light Theme Toggle, Hamburger Sidebar, and MIT Licensed for free use.


🚀 Features

  • 🖤 GitHub-style interface
  • 🌗 Dark/Light theme toggle (remembers your choice)
  • 📱 Responsive layout with hamburger menu
  • ⚡ Zero dependencies, pure HTML + CSS + JS
  • 🧑‍💻 MIT licensed — use freely in any project

📁 Project Structure

github-like-ui/  
├── index.html  
├── github-like-theme.min.css  
├── LICENSE  
└── README.md

🌐 Live Preview

You can try it instantly by opening index.html in your browser.
Or host it using GitHub Pages — just enable it from
Settings → Pages → Source: main branch / root.


🧰 How to Use

  1. Clone the repository:

    git clone https://github.com/shivoham-cs/github-like-ui.git
  2. Use the CSS in any project:

    <link rel="stylesheet" href="github-like-theme.min.css>
    
  3. Optionally include the JS snippet for theme toggle + hamburger menu.


📜 License

This project is licensed under the MIT License — see the LICENSE file for details.


💬 Credits

Created with ❤️ by Shiv Inspired by GitHub’s clean design aesthetic.