This repo contains a basic todo application built using Vue JS and Vite. The code is written in TypeScript with the help of the Volar VS Code plugin. JSON Server is used for creating a mock database locally. Styling is accomplished using Bootstrap 5.2.
- Clone this repo
- Run
npm install
to install dependencies - Run
json-server --watch db.json
to start JSON server on port 3000 - Run
npm run dev
to launch Vue app
- refactor TypeScript code to remove any explicit
any
types - further abstract code to reduce individual file complexity
- multi-user authentication using Firebase