Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 442 Bytes

Planner

A very simple planner to keep track of your routines/todos/notes. Stores data only in your browser.

Demo -> Planner

Built using:

  • React
  • Mobx
  • localforage
  • styled-components
  • rebass
  • @reach/router

To run on your machine:

  1. Download the repo.
  2. Run yarn install
  3. Then run yarn start