Skip to content

Iler22/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Editor

License: MIT

Description

Text editor is a Progressive Web Application (PWA) that runs in the browser as well as offline. Once the text editor application has been run, JavaScript files will be bundled using webpack. When the webpack plugins have been run then a HTML file will be generated with a service worker and manifest file. A user is able to enter content on the text editor and close the app or browser and this content will be saved to IndexedDb. Once the application is then loaded again the content will be retrieved from IndexedDb. When the service worker is registered, static assets pre cached upon loading along with subsequent pages and static assets will be available.

Demonstration

Try out the text editor app here.

Screenshot

text editor

Table of Contents

Installation

To install dependencies, run the following:

npm run install

Usage

A user will need to have nodeJS installed to be able to use this app.

License

This repository is licensed under the MIT license.

Contributing

This application is a demonstration.

Test

To try out the application, run the following: npm run start:prod

Questions

Questions about this repository? Please contact me at ilerwatson22@gmail.com. View more of my work in GitHub at https://github.com/Iler22 http://127.0.0.1:5500/dist/team.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages