A collection of my most used tools for web development, including a JSON visualizer, PNG to ICO converter, and Manifest generator. This project is built with React.js and hosted on Vercel.
- JSON Visualizer: Quickly view, format, and analyze JSON data.
- PNG to ICO Converter: Convert PNG images to ICO format for easy favicon creation.
- Manifest Generator: Generate a
manifest.json
file for progressive web apps (PWAs).
Contributions are welcome! Please fork this repository and submit a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes and commit (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This project is licensed under the MIT License.