-
How to set up and configure the Tailwind Framework.
Tailwind is pretty awesome; with this CSS Framework, one can write utility classes like p-4 or cursor-pointer, and thanks to its bundler, it will only give you the classes you have used.
-
Calculator with History Function in HTML, CSS, and JavaScript.
Learn how to make a simple calculator with a history function using web technologies.
-
Markdown Inputs with HTML, CSS and JavaScript
Learn how to make input and textarea tags that allow and show markdown. We find something similar to this in software from atlassian.
-
Tabs with HTML, SASS, and JS
Learn how to make functional tabs for your website with HTML, Sass, and JavaScript.
-
Ripple Button with HTML, SASS, and JavaScript
Learn how to make a button that has a ripple effect when you click it. We will use HTML, SASS and JavaScript.
-
Accordion with HTML, CSS (SASS) and JavaScript.
Learn how to make an Accordion with HTML, CSS (Sass), and a little bit of Javascript.
-
Dropdown with SASS/CSS
Learn how to make a dropdown class to be used in HTML with the CSS preprocessor SASS.
-
Simple spreadsheet app with vue
Learn how to make a simple spreadsheet app with the javascript framework vue. We will create it so you can reference other cells.
-
Padding and Margin Classes with Sass
How to quickly make padding and margin classes utilizing sass and its looping possibilities.