Git Product home page Git Product logo

mod19-pwa's Introduction

Light Weight Text Editor PWA

This is a text editor web application with the following features and functionality.

Screenshot 2023-09-10 212034

Getting Started

Folder Structure

The project is organized into a client-server folder structure for clarity.

Starting the Application

To start the application, run the following command from the root directory:

npm run start

This command will initiate both the backend server and serve the client-side application.

Webpack Bundling

Webpack is used to bundle JavaScript files for optimal performance.

Webpack Plugins

Running Webpack plugins generates the following files:

  • HTML file
  • Service worker
  • Manifest file

Application Features

Next-gen JavaScript

The application supports the use of next-gen JavaScript without errors.

IndexedDB

IndexedDB immediately creates a database storage upon opening the text editor. Content entered in the text editor is automatically saved to IndexedDB when clicking off the DOM window. Content is retrieved from IndexedDB when reopening the text editor.

Desktop Icon Installation

Clicking the "Install" button allows users to download the web application as an icon on their desktop.

Service Worker

The web application has a registered service worker using Workbox for offline caching and improved performance.

Static Asset Precaching

Static assets are pre-cached by the service worker upon loading, including subsequent pages and assets.

Deployment

View the app in action at my deployment below. L.W.T.E (https://sheltered-harbor-68273-21d0b53db6f6.herokuapp.com) (Links to an external site.)

License

This project is licensed under the MIT License

mod19-pwa's People

Contributors

kevhuff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.