Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neoito-hub/online-tools
- Owner: neoito-hub
- Created: 2019-06-29T17:43:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:18:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:03:36.959Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://tools.neoito.com/
- Size: 14.7 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
- Fork this repo
- Clone this repo
yarn
yarn run dev
### Add a new page
- 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](https://tools.neoito.com)
## Found a bug
Report an issue with helpful info.
Thanks.