summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2020-06-07 12:35:22 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2020-06-07 12:35:22 +0200
commit4fdd6439ca6dd31993b44912883f256ee9b02eea (patch)
treeb680b4398a3918bb66a6bd92e0a81c42df2f5055 /README.md
parente25928e434633a60d33882198589864d86bb1921 (diff)
downloadit-tools-4fdd6439ca6dd31993b44912883f256ee9b02eea.tar.gz
it-tools-4fdd6439ca6dd31993b44912883f256ee9b02eea.tar.zst
it-tools-4fdd6439ca6dd31993b44912883f256ee9b02eea.zip
docs: updated README.md
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
Diffstat (limited to '')
-rw-r--r--README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39f05e4..0a0719b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,28 @@
![logo](.github/logo.png)
+Aggregated set of useful tools that every developer may need once in a while
+
+## Functionality/roadmap
+
+-[x] Token generator
+-[x] Uuid generator
+-[x] String hash
+-[x] Text encryption
+-[x] Date format converter
+-[x] Int base converter
+-[x] Color format converter
+-[x] Url encoder
+-[x] Base 64 generator
+-[x] Text information
+-[ ] Lorem ipsum text generator
+-[ ] Image exif editor/remover
+-[ ] QR code generator
+-[ ] Bip39 pass-phrase generator
+-[ ] Crontab friendly generator
+-[ ] Image format converter?
+-[ ] Image cropper
+
+You have an idea of a tool? Submit a feature request!
## Project setup
Install dependencies by running the following command:
@@ -16,3 +39,14 @@ And to lint and fixe files, run:
```shell
npm run lint
```
+
+## Contribute
+**Pull requests are welcome !** Feel free to contribute.
+
+## Credits
+Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
+
+This project is continuously deployed using [vercel.com](https://vercel.com).
+
+## License
+This project is under the [MIT license](LICENSE). \ No newline at end of file