Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davebitter/indexed-db-demo
A demo repository to showcase the usage of IndexedDB
https://github.com/davebitter/indexed-db-demo
indexed-db indexeddb indexeddb-api javascript todo todoapp
Last synced: 8 days ago
JSON representation
A demo repository to showcase the usage of IndexedDB
- Host: GitHub
- URL: https://github.com/davebitter/indexed-db-demo
- Owner: DaveBitter
- Created: 2023-07-12T07:42:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-19T09:32:53.000Z (over 1 year ago)
- Last Synced: 2024-10-15T15:10:56.684Z (23 days ago)
- Topics: indexed-db, indexeddb, indexeddb-api, javascript, todo, todoapp
- Language: JavaScript
- Homepage: https://indexed-db-demo.davebitter.com/
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IndexedDB Demo
![Screenshot of the todo app form with several mock todos underneath](./docs/todo-app.png)
This repository holds the code showcasing the IndexedDB. You can [view the demo here](https://indexed-db-demo.davebitter.com/).
## Getting started
- Run `yarn` | `npm install` to install all needed dependencies
- Run `yarn dev` | `npm run dev` to run the development environment
- Run `yarn build` | `npm run build` to create a production build## Development setup
This project uses [Parcel](https://parceljs.org/) to develop and build. Refer to their documentation to get up to speed on how to work with it.