Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 612 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 612 Bytes

Tailwindcss Movie Dashboard Template

A responsive movie dashboard template designed with tailwindcss. The dashboard is designed in light and dark theme. In order to change theme between light and dark,a switch toggler is put on the menu. Alpinejs v3 script is used to make theme toggler dynamic.

Screenshots

App Screenshot

Installation & Development

For furthur development, Tailwindcss and Node.js dependencies need to be installed by npm.

  npm install 

In development, Tailwind CLI will be needed to watch and build the style.css

  npm run build