Skip to content

Str0mG/Site-Unect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban site

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

This project includes all mandatory features listed below:

  • 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).

Following ES6 standard in JavaScript, especially:

  • 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;).

And some extras:

  • Dark theme.
  • Consumption of the "Quote of the Day" API.

Kanban site

Kanban site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published