This is a minimalistic CRUD Todo app built with Vue.js and Tailwind CSS. It uses firestore instead of local storage to store the todos.
git clone https://github.com/Domin-MND/todo-tracker . # clone the repository
npm install # or yarn
npm run build # build the project
npm run preview # start the project, you can provide --port & --host flags directly in package.json script
This project uses firebase therefore to run the project you need to setup a firebase project. To do that:
config.ts
(copy & paste config.example.ts
& rename it)allow read, write: if false;
to allow read, write: if true;
This project is all made with Tailwind CSS.
The colors are defined in the tailwind.config.js
file.
The project itself is based on dark colors.
This project is licensed under the MIT License - see the LICENSE file for details
If you want to contribute to this project, feel free to open a pull request.