Skip to content

neoito-hub/online-tools

Repository files navigation

Uses Next.js as the framework.

For the design library Shards Dashboard Lite React is used.

Tools List

  • 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

Contribute guidelines

Start the project

  1. Fork this repo
  2. Clone this repo
  3. yarn
  4. yarn run dev

Add a new page

  1. See the pages directory
  2. Make a copy of the string-to-hex.js
  3. The function that corresponds to the convertor is in the /utils directory.
  4. Add your awesome function.
  5. To add your tool to the list in the side nav see the /data/sidebar-nav-items.js file and fill it with accordingly
  6. Add your link in the next.config.js file
  7. Send a PR

Boom your feature will be live at tools.neoito.com

Found a bug

Report an issue with helpful info.

Thanks.