A simple web app to make multiple lists and cards within them. Written in jquery. Using localstorage of your browser to save the data.
- Clone this repository
- cd trello-like-app
- run "python -m SimpleHTTPServer"
- open http://localhost:8000 in your browser
Unexpected behaviour if you use same/blank name for lists or same name for username in cards. (As using these parameters to uniquely identify)