ninetteadhikari / pouch_couch_todo_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo list using PouchDB and CouchDB

About the project

A todo list app with CRUD functionalities. It supports offline data storage across browsers using PouchDB and sync with remote CouchDB database.

Tech stack used

  • HTML/CSS
  • PouchDB
  • CouchDB

Running the app

Run the web pages from a server as opposed to a filesystem After running the command, you can open http://localhost:8000 to view the app in the browser.

$ cd pouchdb-getting-started-todo
$ python -m SimpleHTTPServer  # for Python 2
$ python -m http.server       # for Python 3

About


Languages

Language:CSS 56.0%Language:JavaScript 35.0%Language:HTML 9.0%