Pinned Repositories
bootcamp-schedule
Here you can see almost all issues of my 13 week web development bootcamp.
codespace-playground
CV
STACK: HTML / CSS. My very first page i built. The goal was to keep it simple and use only HTML and CSS. Like almost everything in life where nothing is perfect, this CV isn't, too. Things i need / like to refactor in future are: Changing CSS classes for the skills. Right now every skill has its own css lass which seems to be unnecessary. The HTML at some parts is inconsistent. The page needs to be checked and refactored for accessibility reasons. # On Iphones (Safari and chrome) is shown an arrow behind the summary element which has to be hidden.
cv-vue-lightmode
Stack: VUE.js / HTML / CSS / Javascript. This is a digital version of my CV and my portfolio. The page fetches my Github Repos and its descriptions from the Github API and in addition my CV data from a local json file.
EcSlider
Stack: PHP. A Shopware logo slider plugin. My first try to code in PHP
EnricoCarruba
Config files for my GitHub profile.
expanding-cards
Stack: HTML / CSS / JS. A simple but very nice looking way to show images as cards which can be expanded.
github-codespaces
passwordcheck
This was one of my coding katas at Coding Bootcamps Europe. It checks the entered password if it is: equal contains lower case upper case numbers at least 10 characters. In addition the password can be hidden on shown with a toggle button. The "contains number" check doesnt work correctly yet, there is an issue with the regex i still have to fix.
passwordgenerator
STACK: HTML / CSS / JS. Generates passwords with a length up to 35 characters with the option to include uppercase and lowercase letters and symbols and numbers.
EnricoCarruba's Repositories
EnricoCarruba/EnricoCarruba
Config files for my GitHub profile.
EnricoCarruba/codespace-playground
EnricoCarruba/github-codespaces
EnricoCarruba/bootcamp-schedule
Here you can see almost all issues of my 13 week web development bootcamp.
EnricoCarruba/cv-vue-lightmode
Stack: VUE.js / HTML / CSS / Javascript. This is a digital version of my CV and my portfolio. The page fetches my Github Repos and its descriptions from the Github API and in addition my CV data from a local json file.
EnricoCarruba/Reisekostenabrechnung
Stack: Java, mySQL. My final work when i finished the Java course. This is a calculator for travel costs. I built an own little rest api to fetch and get the data from a local server. The calculator has also a GUI.
EnricoCarruba/Vue-Modal
A basic vue modal based on HTML and CSS, without any JS magic .
EnricoCarruba/progress-bar
Progress bar built with vanilla JS, HTML and CSS
EnricoCarruba/expanding-cards
Stack: HTML / CSS / JS. A simple but very nice looking way to show images as cards which can be expanded.
EnricoCarruba/passwordcheck
This was one of my coding katas at Coding Bootcamps Europe. It checks the entered password if it is: equal contains lower case upper case numbers at least 10 characters. In addition the password can be hidden on shown with a toggle button. The "contains number" check doesnt work correctly yet, there is an issue with the regex i still have to fix.
EnricoCarruba/passwordgenerator
STACK: HTML / CSS / JS. Generates passwords with a length up to 35 characters with the option to include uppercase and lowercase letters and symbols and numbers.
EnricoCarruba/CV
STACK: HTML / CSS. My very first page i built. The goal was to keep it simple and use only HTML and CSS. Like almost everything in life where nothing is perfect, this CV isn't, too. Things i need / like to refactor in future are: Changing CSS classes for the skills. Right now every skill has its own css lass which seems to be unnecessary. The HTML at some parts is inconsistent. The page needs to be checked and refactored for accessibility reasons. # On Iphones (Safari and chrome) is shown an arrow behind the summary element which has to be hidden.
EnricoCarruba/todo
Stack: HTML / CSS / JS. I started a simple to do web app which almost every beginner did while learning a tech :)
EnricoCarruba/EcSlider
Stack: PHP. A Shopware logo slider plugin. My first try to code in PHP