Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoito-hub/online-tools

online-tools
https://github.com/neoito-hub/online-tools

Last synced: about 1 month ago
JSON representation

online-tools

Awesome Lists containing this project

README

        

# [Online tools](https://tools.neoito.com)

Uses [Next.js](https://nextjs.org) as the framework.

For the design library [Shards Dashboard Lite React
](https://designrevision.com/downloads/shards-dashboard-lite-react/) is used.

# Tools List

- [x] Hex to String

- [x] String to Hex

- [x] Morse Encoder

- [x] Take a break timer

- [x] Deep Clean Object

- [x] 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](https://tools.neoito.com)

## Found a bug

Report an issue with helpful info.

Thanks.