Skip to content

Files

Latest commit

cd00ea9 · Mar 9, 2023

History

History
67 lines (50 loc) · 1.63 KB

README.md

File metadata and controls

67 lines (50 loc) · 1.63 KB

A simple todo app made with Nuxt.js

https://todo-app-nuxt-jagzmz.vercel.app

Vue.js Tailwind CSS Nuxt JS TypeScript

Stack

  • Nuxt.js 2 ( VueJS framework )
  • VueX ( State Management )
  • Tailwind.css
  • Typescript

Features

  • CRUD Operations
  • Mark as complete
  • Duplicate the task
  • Set due date
  • View all tasks
  • Form validation
  • Mobile Responsive

Preview

See screenshots

Design Inspiration

https://dribbble.com/shots/15185058-Collection-Tasks/attachments/6927323?mode=media

Build Setup

# use node v16
$ nvm use

# install dependencies
$ yarn install --frozen-lockfile

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Tests

$ yarn test