Skip to content

J.A.T.E. is a progressive web app that lets users enters text into a text editor where the data persists even when offline. Utilizes service workers and webpack plugins to be able to store the data to the browser's indexDb and also be installable.

DariusGarcia/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jate - Just Another Text Editor

Screenshot of web app

Description

J.A.T.E. is a progressive web app that lets users enters text into a text editor where the data persists even when offline.

Utilizes service workers and webpack plugins to be able to store the data to the browser's indexDb.

Users are also able to download the PWA to their local device and save it to their homepage.

User Stories

  • User can input text into the text editor
  • User text data persists even when offline
  • User can download the progressive web app (PWA) from the browser and use like a native mobile or desktop app
  • User can save the PWA to their homepage

Technologies Used

  • JavaScript
  • Webpack
  • Progressive Web App
  • HTML5
  • CSS3
  • Deployed to Heroku

Usage

Enter text content into the text editor. Data is saved to IndexDb so data persists even when offline.

Contributors

Darius Garcia

Installation

clone the repo to local machine
cd text-editor/

Install dependencies

npm install

Build script

npm run build

start webpack dev server

npm run start:dev

About

J.A.T.E. is a progressive web app that lets users enters text into a text editor where the data persists even when offline. Utilizes service workers and webpack plugins to be able to store the data to the browser's indexDb and also be installable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published