Skip to content

nurdtechie98/QuoteRandom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuoteR(andom)

A pretty basic random quote generator for trying out progressive web apps.

The app has only one button next on pressing which a random quote is displayed and that is pretty much it.
The implementation was carried out using this tutorial as reference. Feel free to contribute or clone to take this further.

Note: the purpose of this app is just to learn the fundamentals of progressive web apps(pwa) and not a test of skills🙈.

Installation:

  • visit this link in your phone browser
  • select the add to home screen popup
  • voilà, you have successfully installed the QuoteR app.

Things Done:

  • Try Hands at Progressive Web Apps
  • Create a basic service workers to cache data

Things to be done:

  • Try Push notifications and other native features in PWA
  • Try to improve service worker.
  • Add some feature to the app