Skip to content

Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page. Create an IndexedDB database, to store comments

Notifications You must be signed in to change notification settings

JenniferSmith007/PWA_reusableComment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

📶 PWA Reusable Commenting System 💻

✔️ Task To Complete:

  1. Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page.

  2. Create an IndexedDB database, to store comments

    What Was Done To Complete The Task:

    • Create a new local project that uses Vite, Prettier, and ESLint
    • used the IDB NPM package
      • When a comment is valid and is submitted, it should be saved to the IndexedDB database
      • When the page is loaded, it should load the comments from the IndexedDB database and display them
    • Use JavaScript module syntax (ES Modules)

📷 Preview of Web application

Full Page

Screenshot

Comments

Screenshot

Database

Screenshot

Progressive Web Application

Screenshot

Application offline

Screenshot

About

Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page. Create an IndexedDB database, to store comments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published