Skip to content

farhan2056/trello-like-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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" (assuming python is already installed)
  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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • HTML 22.8%
  • CSS 3.0%