Web application featuring a multitude of useful tools for developers. This application will be constantly evolving.
If a missing tool interests you, don't hesitate to open a pull request or send me a message directly.
The tool is usable via cedav.be
- Unix Time Converter
- JSON Format/Validate
- Base64 Encode/Decode
- Base64 Image Converter
- QR Code Encode/Decode
- URL Encode/Decode
- JSON Web Token
- Hash Generator
- Color Picker
- HTML Encoder/Decoder
- String unescape/escape
- UUID Generator
- And more to come....
- NextJS
- Chakra UI
- TypeScript
- Vercel
We use github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Fork the repo and create your branch from
main
. - Make sure your code lints.
- Issue that pull request!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
People love thorough bug reports. I'm not even kidding.
Please follow these instructions
- 2 spaces for indentation rather than tabs
- You can try running npm run lint for style unification
By contributing, you agree that your contributions will be licensed under its MIT License.