Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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