A responsive and modern web UI built with Tailwind CSS and Vite.
Deployed live at ๐ https://tailwind-vite-app.vercel.app
hardware-project/
โโโ assets/ # Static images
โโโ public/ # Public files
โโโ src/
โ โโโ main.js # Main JS entry
โ โโโ counter.js # Example JS module
โ โโโ style.css # Tailwind CSS import
โ โโโ javascript.svg # Icon
โโโ index.html # Main HTML file
โโโ package.json # Project metadata and scripts
โโโ tailwind.config.js # Tailwind config
โโโ postcss.config.js # PostCSS config
โโโ vite.config.js # Vite config
To run the project locally:
cd hardware-project
npm install
npm run dev
Visit http://localhost:5173
in your browser.
npm run build
The output will be in the dist/
folder.
This project is deployed on Vercel.
Root directory for deployment: hardware-project
Feel free to contribute, fork, or give feedback ๐ฌ