Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 2.64 KB

README.md

File metadata and controls

102 lines (65 loc) · 2.64 KB

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 [email protected]: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 - [email protected]

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

(back to top)