Skip to content

nithinK-142/vue-todo

Repository files navigation

Vue Todo

A minimalistic todo app created using Vue 3 with composition api, Pinia for state management, and JSON Server for a mock backend.

Project Setup

npm install
npm i -g json-server

Run DevServer and JsonServer

npm run jsonserver
npm run dev