https://github.com/mharizanova8703/pwd-note-text-editor
PWA application
https://github.com/mharizanova8703/pwd-note-text-editor
editor javascript pwa webpack
Last synced: about 2 months ago
JSON representation
PWA application
- Host: GitHub
- URL: https://github.com/mharizanova8703/pwd-note-text-editor
- Owner: mharizanova8703
- License: mit
- Created: 2022-01-11T12:47:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T20:34:55.000Z (over 4 years ago)
- Last Synced: 2025-05-19T21:11:33.389Z (about 1 year ago)
- Topics: editor, javascript, pwa, webpack
- Language: JavaScript
- Homepage: https://noteeditor.herokuapp.com/
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PWA-Note-Text-Editor
# Summary
# Screenshot
## User Story
```md
AS A developer
I WANT to create notes or code snippets with or without an internet connection
SO THAT I can reliably retrieve them for later use
```
# Summary
## Acceptance Criteria
```md
GIVEN a text editor web application
WHEN I open my application in my editor
THEN I should see a client server folder structure
WHEN I run `npm run start` from the root directory
THEN I find that my application should start up the backend and serve the client
WHEN I run the text editor application from my terminal
THEN I find that my JavaScript files have been bundled using webpack
WHEN I run my webpack plugins
THEN I find that I have a generated HTML file, service worker, and a manifest file
WHEN I use next-gen JavaScript in my application
THEN I find that the text editor still functions in the browser without errors
WHEN I open the text editor
THEN I find that IndexedDB has immediately created a database storage
WHEN I enter content and subsequently click off of the DOM window
THEN I find that the content in the text editor has been saved with IndexedDB
WHEN I reopen the text editor after closing it
THEN I find that the content in the text editor has been retrieved from our IndexedDB
WHEN I click on the Install button
THEN I download my web application as an icon on my desktop
WHEN I load my web application
THEN I should have a registered service worker using workbox
WHEN I register a service worker
THEN I should have my static assets pre cached upon loading along with subsequent pages and static assets
WHEN I deploy to Heroku
THEN I should have proper build scripts for a webpack application
```
## Deployed
https://noteeditor.herokuapp.com/
## Screenshot


## Collaboration
Refer for help with :
Olsen Ogouchi
Chris Champness
Thank you for taking a look! Happy coding!
For more questions reach me out : mharizanova@yahoo.com