Skip to content

This project showcases a basic implementation of push notifications using JavaScript. It leverages the Notification API to send sample notifications to the user's browser.

Notifications You must be signed in to change notification settings

rezamini/javascript-push-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project showcases a basic implementation of push notifications using JavaScript. It leverages the Notification API to send sample notifications to the user's browser. Additionally, it offers the capability to send reminder notifications to users who may be temporarily unavailable or away from the website, providing them with notification prompts or updates.

Getting Started

Run the development server:

npx serve
# or
npx http-server

If you're using npx serve: Open [http://localhost:3000] in your web browser.

or if your are using npx http-server: Open [http://localhost:8080] in your web browser.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

JavaScript Push Notification draws inspiration from a variety of online resources and tutorials.

About

This project showcases a basic implementation of push notifications using JavaScript. It leverages the Notification API to send sample notifications to the user's browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published