Skip to content

pin3da/training-todo

Repository files navigation

training-todo

Build Status

Work in progress

Little web app to keep track of cool problems

You can add, edit, or archive problems with no cost (:

This app works 100% in the client side, it can work offline and all it needs is access to the localStorage provided by your browser.

warning: For this reason the data will not be preserved if you are using it in private mode or similar

Features (in progress)

  • Persistence via LocalStorate
  • Use markdown and LaTeX to render notes
  • Offline

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Little app to keep track of the problems that I want to solve

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages