This is a simple task list project made with Vue, Vite, Firebase and Tailwind CSS.
The icons of this project are using Iconify, the text font is from Google Fonts and the switch component is from Headless UI.
See Vite Configuration Reference.
After downloading the files please run:
npm install
Next step, after installing the required dependencies and creating a project in Firebase, activate the Web configuration for you project, and paste your Firebase Config exactly as it was created on the main.js file.
After installing, for running it localy please run this command:
npm run dev
npm run build