vue-todo

Live STATELESS demo

This a frontend todo app I’ve made during vue.js crash course with vue router. For backend I have used json-server. You can run it on your local machine using instructions bellow or you can run stateless version deployed via vercel right in the browser. Live STATELESS demo

Technologies I’ve used

Vue.js Vite Vercel JavaScript CSS3 HTML5

Screenshots

image

image

image

Video

chrome_YSVfoFp8yx.-.Trim.mp4

Project Setup

npm install

Run the JSON-Server backend

npm run backend

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

GitHub

View Github