sasansinson / text-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text Editor

License: MIT

Table of Contents:

  1. Description
  2. Installation
  3. Usage
  4. Contributing
  5. Tests
  6. License
  7. Questions

Description

Created a simple text editor app that can function both online and offline. Needed to use a variety of data persistence options in order to ensure that data is not lost in any scenario. The application first looks to use the data in the indexedDB to populate the editor, then if it cannot access that it will use local storage. For use offline, this application can be downloaded to your desktop as an application. This application is helpful to developers because they can use this as a scratch pad for code snippets and coding ideas.

Installation

to install the dependencies for this project, the user simply needs to clone the repository and then run the command "npm install". This will install all necessary dependencies since they are all included in the package.json.

Usage

To use this app, simply open it up in the browser (with the deployed app link at the top of this readme) and then you are good to go. For offline use, the user can go to the link and hit the "install" button at the top left corner of the page. click here to see deployed page.

Contributing

No additional contributors on this project.

Tests

No tests were required for this project.

License

MIT License

Questions

You can contact me at my Email: sasan_2002@yahoo.com

Link to my Github profile: sasansinson

About


Languages

Language:JavaScript 64.8%Language:CSS 25.5%Language:HTML 9.7%