caswellorr / Text_Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ—οΈ Text Editor PWA

Link : https://warm-depths-11774.herokuapp.com/

Description πŸ“–

This project a text editor that runs in the browser. Text Editor is a PWA, single-page application. Additionally, it features a number of data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. The application also functions offline.

Features πŸ“

Text Editor implements methods for getting and storing data to an IndexedDB database. It uses a package called idb, which is a lightweight wrapper around the IndexedDB API. It features a number of methods that are useful for storing and retrieving data. The app also uses a number of service workers which are configured in the webpack, including the WebPackPwaManifest plugin.

Screenshots πŸ“· :

  • Example of the open text editor:

    alt text

  • Shows the indexedDB:

    alt text

  • Shows the generated manifiest:

    alt text

Takeaways πŸ’‘

I learned how to create a simple PWA.


Β© 2021 Caswell Orr. Confidential and Proprietary. All Rights Reserved.

About


Languages

Language:JavaScript 65.8%Language:CSS 24.8%Language:HTML 9.4%