Atomic Lite is a modular, component-driven web UI prototype built using atomic design principles.
It serves as a flexible sandbox for developing and testing scalable UI systems — ideal for design systems, landing pages, and content-driven websites.
Explore the live prototype:
👉 https://sandboxas.lt/atomic-like/
- Atomic Design Structure — Organized into atoms, molecules, and organisms for scalable UI development.
- Prebuilt Pages — Includes templates for Home, About, Contact, Team, Blog Listing, and Blog Post.
- Reusable Components — Modular UI blocks such as feature cards, content areas, and CTAs.
- Responsive Design — Works seamlessly across desktops, tablets, and mobile devices.
- Developer-Friendly — Clean, well-organized structure for easy extension and integration.
atomic-lite/
├── public/
│ └── screenshot.png
├── src/
│ ├── components/
│ │ ├── atoms/
│ │ ├── molecules/
│ │ └── organisms/
│ ├── pages/
│ │ ├── index.html
│ │ ├── about.html
│ │ ├── contact.html
│ │ ├── team.html
│ │ ├── blog.html
│ │ └── blog-post.html
│ └── styles/
│ └── main.css
├── README.md
└── LICENSE
## 🛠️ Getting Started
To set up the project locally:
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/atomic-lite.git
cd atomic-lite
Open the project:
Open index.html in your preferred web browser to view the homepage.
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
