Metadata-Version: 2.4
Name: npmlab
Version: 1.0.0
Summary: A coding exercise library - HTML, CSS, JS exercises at your fingertips
Author: Your Name
License: MIT
Keywords: coding,exercises,html,css,javascript,learning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: requires-python

# NpmLab

A coding exercise library. Get HTML, CSS, and more code exercises directly in your terminal.

## Installation

```bash
pip install npmlab
```

## Usage

```bash
npmlab list          # List all exercises
npmlab show 1        # Show exercise 1 code
npmlab show 2        # Show exercise 2 code
```

## Exercises

| No | Topic |
|----|-------|
| 1  | HTML + CSS Profile Card |
| 2  | HTML + CSS Login Form |
| 3  | HTML + CSS Responsive Navbar |
| 4-10 | More coming soon... |

## License

MIT
