Skip to content

Web app for the generation of images and JSON object needed for the creation of your PWA

License

Notifications You must be signed in to change notification settings

sammychinedu2ky/Web-App-Manifest-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

This project was bootstrapped with Create React App and uses Netlify for hosting.

This app helps to simplify the creation of your manifest.json file for your Progressive web app and also generates the required images in varying dimensions.

The Web App Manifest generator allows for specifying icons of varying sizes. Upload an image for the icon and it would generate the remaining sizes. I wanted to make a little bench mark using graphql upload and plain express. so I ended up creating two servers:-

  • A microservice using plain express
  • A microservice using the apollo-server-express middleware Plain express.js ended up being faster.

Since graphql only support few types excluding files. I had to convert the files to base64 string and also decode back in the client.

I also didn't want to use redux for state management, so I ended up desgining my own state manager using the context and reduce hooks in React

Please feel free to make a pull request if you have any contribution or correction to make. I actually tried to clone this site using react with some extra tweaks

Below are the links to repo for the servers:

The sites link can be found here

About

Web app for the generation of images and JSON object needed for the creation of your PWA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published