Skip to content

A task manager project based on Nuxt. An example of CRUD application.

Notifications You must be signed in to change notification settings

void-ness/DoWhat

Repository files navigation

DoWhat?

Introduction

DoWhat is a task manager app built upon Nuxt.js which assists the user in keeping a track of their daily tasks and help with time management.

Deployment

The project is currently deployed on vercel, you can check it out using the link below:

https://do-what.vercel.app/

Installation

# install dependencies
$ npm install

# runs the project locally on localhost:3000
$ npm run dev

# for building for production and launching server
$ npm run build
$ npm run start

Tech Stack

  • Nuxt.js

    front-end framework built upon Vue.js

  • HTML5

  • CSS3

  • Vercel

    For CI/CD via github

Project Snippets

Homepage Task created Phone UI

About

A task manager project based on Nuxt. An example of CRUD application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published