# Huerto

Showcase project to have a structured research approach.
It simulates an interactions between a developer and a customer.

- **Customer**:  wants an easy to use and modern web application
- **Developer**: wants to develop the application as simple as possible

Therefore, the developer needs to research and evaluate different approaches to build the application
as simple as possible while still meeting customer requirements.

Huerto is about managing a vegetable garden. In each iteration (season), the customer has new requriements.

## Seasons

| Development     | Demo                                         | Tests                     |
| --------------- | -------------------------------------------- | ------------------------- |
| [Season 01](01) | [01 - The Beginning of Huerto](01/demo.html) | [Tests 01](01/tests.html) |
| [Season 02](02) | [02 - Getting Input](02/demo.html)           | [Tests 02](02/tests.html) |
| [Season 03](03) | [03 - Validation](03/demo.html)              | [Tests 03](03/tests.html) |
| [Season 04](04) | [04 - Changing Input](04/demo.html)          | [Tests 04](04/tests.html) |
| [Season 05](05) | [05 - Different Views](05/demo.html)         | [Tests 05](05/tests.html) |
