Juliusm9791 / Text_Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Editor

License: ISC Heroku

Table of contents

Description

This is a text editor that runs in the browser. The app is a single-page application that meets the PWA criteria. Additionally, it will feature a number of data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. The application will also function offline.

Check it on HEROKU

Text Editor

The following image shows the application's manifest.json file: Text Editor

The following image shows the application's registered service worker: Text Editor

The following image shows the application's IndexedDB storage: Text Editor

Installation instructions

For dependancies run following comand:

npm install

Usage information

To use this app on localhost - run the following commands:

npm run build

npm run start:dev

License

License: ISC

Usage is provided under The ISC License. See LICENSE for the full details.

Questions

To reach me with additional questions

GitHub: Juliusm9791

Email: juliusm9791@gmail.com

About


Languages

Language:JavaScript 62.1%Language:CSS 27.6%Language:HTML 10.2%