Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 466 Bytes

trello-like-app

A simple web app to make multiple lists and cards within them. Written in jquery. Using localstorage of your browser to save the data.

How to run

  1. Clone this repository
  2. cd trello-like-app
  3. run "python -m SimpleHTTPServer"
  4. open http://localhost:8000 in your browser

Known Issues

Unexpected behaviour if you use same/blank name for lists or same name for username in cards. (As using these parameters to uniquely identify)