Deadlines icon indicating copy to clipboard operation
Deadlines copied to clipboard

A simple, offline deadline tracker I built to help me track school deadlines

Deadlines ⏳

Deadlines is a simple, offline deadline tracker made with Vue.js and localForage.

All data is stored locally in the browser 🔐.

You can import/export deadlines from/to a JSON file.

It also has dark mode 🌓.

Want to deploy to your own Vercel account/team?

Deploy with Vercel

Screenshot

Development

Project setup: npm install

Compiles and hot-reloads for development: npm run serve

Compiles and minifies for production: npm run build

Lints and fixes files: npm run lint