DEV Community

Discussion on: Hacktoberfest Completion Thread

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻 • Edited

I am turning reactjs.org to PWA (the basic one)!

I decided to add Web App manifest to reactjs documentation for hacktoberfest so users can "Add to Homescreen" the documentations. Also added URL bar color and logo to it.

Here's my PR:

WebApp manifest added to allow users "Add to Homescreen" documentations #2377

This solves issue #2259

Then

Currently there is not manifest set for the website so logo is blank and title is set as a name. Also the color of URL bar in chrome is plain white. Here's how it will look after this PR.

Now

Image 1 is to show the new color of URL bar in chrome Image 2 is the screen after selecting "Add to homescreen" Image 3 is the splash screen after opening it as WebApp

I've added color to the URL bar, Configured name, short_name and other properties. and added a logo file in src/images/react_logo.png (Needed 512px png logo so had to add a new logo)

This is my first contribution here so I'm sorry if I missed out on something

2 of the PRs are in an npm module called prompts for some bug fixes.

And 1 PR is in the

GitHub logo tmrowco / tmrowapp-contrib

Tomorrow automatically calculates the climate impact of your daily choices by connecting to apps and services you already use.

I am looking forward to work with them even after hacktoberfest as they are working on application related to climate change.

Also, I am working on a PR for DEV. It will not really be part of hacktoberfest as I've already sent 4 PRs but I am super excited to work on DEV