Skip to content

egarrisxn/pwa-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA Text Editor

License: MIT GitHub repo size

Initially created in the spring of 2023 for my UCF Full-Stack Web Development Bootcamp.

Description

This is a browser-based Progressive Web Application (PWA) that can run offline and be installed onto your local machine. This application incorporates various methods to ensure data persistence, allowing it to run smoothly even when certain browser functions are not supported.

01-manifest

Technologies

  • IndexedDB
  • Express
  • Node.js
  • Webpack
  • Concurrently
  • JavaScript
  • HTML5
  • CSS3
  • Heroku

Installation

  1. Clone this repository to your local machine.
  2. Insure you have npm installed locally.
  3. Inside your terminal, run npm install.

Usage

To use in the browser:

  1. Open up application in your browser.
  2. Start using your text editor!

To use offline:

  1. Open up application in your browser.
  2. Click the "install" button.
  3. Start using your text editor!

Question

License

This project is licensed under the MIT license.

Questions

Feel free to reach out to me via GitHub, or email at egarrisxn@gmail.com..