saRvaGnyA / noob-dom-projects

Trying out some beginner DOM projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noob-dom-projects

Trying out some beginner DOM projects
All of them use Tailwind CSS and vanilla JS, and are responsive.

Installing Tailwind:
npm i tailwindcss

To build the Tailwind stylesheet:
tailwind build -i ./src/style.css -o .dist/style.css

To remove unused tailwind utilities, enable purge in tailwind.config.js

About

Trying out some beginner DOM projects


Languages

Language:CSS 78.4%Language:HTML 14.5%Language:JavaScript 7.1%