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 dev
Eslint and Prettier have also been setup on TilTi.me:
npm run format
npm run lint
And tests have been implemented using Jest:
npm run test
You can build TilTi.me for deployment by doing:
npm run build
You'll find all your static files in /dist
. You can preview a production deployment by doing:
npm run preview
We deploy tilti.me to Cloudflare Pages :)