From 80be8dc2576e09313bd6ead042209c719e03d1f2 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 14 Jun 2024 00:33:29 +0100 Subject: [PATCH] chore: first commit --- LICENCE | 21 +++++++++++++++++++++ Readme.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 LICENCE create mode 100644 Readme.md diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..b36c2c1 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Ibrahima Gaye Coulibaly + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..9c7afe3 --- /dev/null +++ b/Readme.md @@ -0,0 +1,44 @@ +# OmniTools + +Welcome to **OmniTools**, an open-source alternative to OnlineTools.com. +This project offers a variety of online tools to help with everyday tasks, +all available for free and open for community contributions. Our goal is to provide reliable and +efficient online tools while fostering a community-driven development process. + +## Table of Contents + +- [Features](#features) +- [Installation](#installation) +- [License](#license) +- [Contact](#contact) + +## Features + +OpenSourceTools includes a variety of tools, such as: + +1. **Image/Video/Binary tools** + - Image Resizer, Image converter, Video trimmer, video reverser, etc. +2. **Math tools** + - Generate prime numbers, generate perfect numbers etc. +3. **Text Tools** + - Case converters, text cleaners, text formatters, etc. +4. **Date and Time Tools** + - Date calculators, time zone converters, etc. +5. **Miscellaneous Tools** + - JSON, XML tools, etc. + +## Installation + +### Clone the Repository + +```bash +git clone https://github.com/iib0011/omni-tools.git +cd web +``` +## License +This project is licensed under the MIT License. See the [LICENSE](LICENCE) file for details. + +## Contact +For any questions or suggestions, feel free to open an issue or contact us at: + +Email: ibracool99@gmail.com \ No newline at end of file