Skip to content

code-corgi/challenge-7-pwa-portfolio

 
 

Repository files navigation

Turn your portfolio into a progressive web app

Description

Your portfolio is a great place to brag about your skills and experiment with new technologies. Add a service worker to your application so that it caches all its content on the device and can be visited even if the device is offline. This will severely impress the people reviewing your job applications.

Technical Notes

Check out this introduction to PWA by Google here.

Learn about the Service workers.

Learn about Debugging Service workers.

Procedure

To solve this, the following is recommended:

Github account, and basic git skills.

JavaScript proficiency, familiarity with promises, fetch, cache and the basis of the event loop.

Extra Points

Add a manifest to include an icon and the ability to add to the homepage.

Change the images and information on the portfolio template to include your actual work experience, some images of your work, your name, and contact information.

Coding

To create your answer follow this steps:

Notes

The template used in this challenge came from Start Bootstrap. For more information about customizing the template and utilization, check out their website and their repo.

About

Your portfolio is a great place to brag about your skills and experiment with new technologies.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.7%
  • HTML 24.9%
  • CSS 17.9%
  • PHP 1.5%