Skip to content

An installable PWA text editor which works without an internet connection using IndexedDB database for storing data.

License

Notifications You must be signed in to change notification settings

ayacomputer/PWA-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT


PWA Text Editor: Just Another Text Editor

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

ProductScreen Shot

This is a full-stack application (code snippets) that runs in the browser. This 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 will also function offline and you can download the app by simply click 'install' button.

Click Here for the deployed app

ProductScreen Shot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

The application will be invoked by using the following command:

git clone git@github.com:ayacomputer/19-PWA-Text-Editor

Also, please make sure to install npm packages by using the following command:

npm i 

Then,

npm start

(back to top)

License

License: MIT

Distributed under MIT License.

See LICENSE.txt for more information.

(back to top)

Contact

Ayako Woollan - ayako.woollan@gmail.com

Project Link: https://github.com/ayacomputer/19-PWA-Text-Editor

(back to top)