https://github.com/sammychinedu2ky/Web-App-Manifest-Generator
Web app for the generation of images and JSON object needed for the creation of your PWA
https://github.com/sammychinedu2ky/Web-App-Manifest-Generator
Last synced: 26 days ago
JSON representation
Web app for the generation of images and JSON object needed for the creation of your PWA
- Host: GitHub
- URL: https://github.com/sammychinedu2ky/Web-App-Manifest-Generator
- Owner: sammychinedu2ky
- License: mit
- Created: 2020-01-12T20:06:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T07:12:12.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:24:17.727Z (10 months ago)
- Language: JavaScript
- Homepage: https://manifest-gen.netlify.com/
- Size: 2.35 MB
- Stars: 47
- Watchers: 3
- Forks: 32
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - sammychinedu2ky/Web-App-Manifest-Generator - Web app for the generation of images and JSON object needed for the creation of your PWA (JavaScript)
README
This project now handles all file and image manipulation directly on the client, eliminating the need for server-side processing. You can clone the front end to use locally.
[](https://app.netlify.com/sites/manifest-gen/deploys)
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and uses [Netlify](https://www.netlify.com) 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 will generate the remaining sizes directly in the browser.
I also didn't want to use redux for state management, so I ended up designing 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](https://app-manifest.firebaseapp.com/) using react with some extra tweaks.
The site link can be found [here](https://manifest-gen.netlify.com/).