Uses Next.js as the framework.
For the design library Shards Dashboard Lite React is used.
- Hex to String
- String to Hex
- Morse Encoder
- Take a break timer
- Deep Clean Object
- Stop Watch
- rsa key gen
- Jwt converter/ reverse decoder
- SHA512 Converter
- BCrypt creator
- Image to gray scale image
...More
- Fork this repo
- Clone this repo
yarn
yarn run dev
- See the pages directory
- Make a copy of the string-to-hex.js
- The function that corresponds to the convertor is in the
/utils
directory. - Add your awesome function.
- To add your tool to the list in the side nav see the
/data/sidebar-nav-items.js
file and fill it with accordingly - Add your link in the
next.config.js
file - Send a PR
Boom your feature will be live at tools.neoito.com
Report an issue with helpful info.
Thanks.