Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelaljibesrosas/react-mi-calendar
https://github.com/manuelaljibesrosas/react-mi-calendar
pwa-example reactjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelaljibesrosas/react-mi-calendar
- Owner: manuelaljibesrosas
- License: mit
- Created: 2020-02-10T17:11:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T11:37:48.000Z (over 2 years ago)
- Last Synced: 2024-02-22T06:04:09.968Z (11 months ago)
- Topics: pwa-example, reactjs
- Language: JavaScript
- Homepage: https://manuelaljibesrosas.github.io/react-mi-calendar
- Size: 4.14 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mi-calendar ![Version Badge][npm-version-svg]
[![License][license-image]][license-url]
> A small calendar PWA heavily inspired by Mi's Calendar app, it has full offline support using **IndexedDB**, **Web Workers**, and the **Cache API**.
### live demo
https://manuelaljibesrosas.github.io/react-mi-calendar### features
- [x] Mobile-first design with full gesture support
- [x] Physics-based interactions
- [x] Event management
- [x] Data persistence
- [x] Offline rendering### roadmap
* Google Calendar integration
* Notifications server
* Timezone support
* Localization support### run it locally
* Clone this repository
* `npm install`
* `npm start`This will start a development server on port 8081.
[npm-version-svg]: https://versionbadg.es/manuelaljibesrosas/react-mi-calendar.svg
[license-image]: https://img.shields.io/github/license/manuelaljibesrosas/react-mi-calendar?style=flat-square
[license-url]: LICENSE