Skip to content

proggreg/tickup

Repository files navigation

Tickup

View Tickup

A Todo app to help you plan, organise and review your todos of the day.
Tickup has been inspired by Clickup and Ticktick but aims to be a simpler and easier to use.

Built with Nuxt 3, Vuetify and MongoDB.

Setup

Make sure to install the dependencies:

# yarn
yarn

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Github Sign Setup

To setup the Github Sign In you need to generate the credentials and callback URI. Login to github go to settings > developer settings > oauth apps and create an app

Checkout the deployment documentation for more information.

Drag and Drop Functionality This project utilizes the power of Vue Draggable for drag-and-drop functionality. This library, built on SortableJS, allows users to intuitively reorder and rearrange elements within the application.