Skip to content

iPlan is a simple planning app that allows you to keep track of your goals

Notifications You must be signed in to change notification settings

insight001/iplan

 
 

Repository files navigation

iplan

screenshot

An extraordinary ToDo app

Planned features

  • Group ToDos together to form a "Goal"
  • Group Goals together to form a "Plan"
  • Sync to Dropbox and GDrive
  • Progressive Web App
  • Package with Electron
  • Chrome App Store

Notice

Not available for end users yet. Be prepared to nuke your IndexedDB as I progress. New features might not be compatible with older databases.

Live demo

Available here: https://tehlordvortex.github.io/iplan. Updated on every major feature. Or major bugfix. Sometimes randomly.

Build Setup

Layout:

/
|->iplan/
|-->[master branch]
|->gh-pages/
|-->[gh-pages branch]
# setup folder layout as shown above
mkdir iplan-root
cd iplan-root
mkdir iplan
mkdir gh-pages
git clone https://github.com/tehlordvortex/iplan.git iplan
git clone https://github.com/tehlordvortex/iplan.git gh-pages
cd gh-pages
git checkout gh-pages
git branch -d master
cd ../iplan

# install dependencies
yarn install

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

# build for gh-pages
BUILD_GH_PAGES=1 yarn run build
rm -rf ../gh-pages/index.html ../gh-pages/static
cp -r dist/* ../gh-pages/

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

About

iPlan is a simple planning app that allows you to keep track of your goals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 64.0%
  • JavaScript 34.1%
  • CSS 1.5%
  • HTML 0.4%