First project for trainees at UNECT JR junior company, where the challenge is to develop a kanban aimed at organizing day-to-day tasks using only the following technologies: HTML, CSS, and JS.
the project is available at: Kanban site
- Adding at least one simple form validation with visual error feedback.
- Functional carousel.
- Responsiveness.
- The structure for storing tasks should be an array of tasks (using the push method).
- Using "let" and "const" instead of "var".
- Arrow functions.
- Utilizing template strings with data interpolation for DOM manipulation.
- Prioritizing the use of flexbox in CSS (display: flex;).
- Dark theme.
- Consumption of the "Quote of the Day" API.