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: 3 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T09:32:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T11:11:17.198Z (5 months 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

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.