verydecent / dark-pool

Note / Todo tracking application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DarkPool is a to-do scheduling app that allows you to track progress with time graphs. Users can create, and organize tasks containing subtasks, and reflect on their progress based on the completion of tasks. This is repository contains code for the client side. You can find the server repository here.

Build Setup

The following will start a development server at locahost:1024.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
node ./create-env.js && npm run build

Views

Landing

image

Task View

image

Graphs

image

image

Task Modal

image

Calendar Modal

image

Tech Stack

Frontend
Backend

TODO

  • Update task state on response
  • Login loader
  • Create API responses for login and registration

About

Note / Todo tracking application


Languages

Language:JavaScript 80.6%Language:CSS 19.2%Language:HTML 0.2%