A simple todo app made with Nuxt.js
https://todo-app-nuxt-jagzmz.vercel.app
- Nuxt.js 2 ( VueJS framework )
- VueX ( State Management )
- Tailwind.css
- Typescript
- CRUD Operations
- Mark as complete
- Duplicate the task
- Set due date
- View all tasks
- Form validation
- Mobile Responsive
See screenshots
https://dribbble.com/shots/15185058-Collection-Tasks/attachments/6927323?mode=media
# 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
$ yarn test