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.
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
- Update task state on response
- Login loader
- Create API responses for login and registration