pwa-text-editor

Progressive Web Application Text Editor, using Express, IndexedDB, Node.js, Webpack, JavaScript, & more.

MIT License

Stars
0
Committers
3

PWA Text Editor

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.

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