Skip to content

A SPA application for managing a list of todos written in Vue JS

Notifications You must be signed in to change notification settings

jreich5/vue-todos

Repository files navigation

Vue Todos

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.

Setup

  1. Clone this repo
  2. Run npm install to install dependencies
  3. Run json-server --watch db.json to start JSON server on port 3000
  4. Run npm run dev to launch Vue app

Planned Enhancements

  • refactor TypeScript code to remove any explicit any types
  • further abstract code to reduce individual file complexity
  • multi-user authentication using Firebase

About

A SPA application for managing a list of todos written in Vue JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published