It's a timer app. You can use it for things like:
- Keeping track of your deadlines 📚
- Seeing how long it is until your next birthday 🎂
- Counting down the days until your next holiday 🏖️
All of the little drawing animations were implemented using Rough Notation.
TilTi.me is a Vue 3 + TS project setup using Vite.
git clone [email protected]:two-twelve/tiltime.git
cd tiltime
npm install
npm run devEslint and Prettier have also been setup on TilTi.me:
npm run format
npm run lintAnd tests have been implemented using Jest:
npm run testYou can build TilTi.me for deployment by doing:
npm run buildYou'll find all your static files in /dist. You can preview a production deployment by doing:
npm run previewWe deploy tilti.me to Cloudflare Pages :)