mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-10-16 19:29:35 +02:00
fix: readme
This commit is contained in:
36
Readme.md
36
Readme.md
@@ -1,8 +1,8 @@
|
|||||||
# OmniTools
|
# OmniTools
|
||||||
|
|
||||||
Welcome to **OmniTools**, an open-source alternative to OnlineTools.com.
|
Welcome to **OmniTools**, an open-source alternative to OnlineTools.com.
|
||||||
This project offers a variety of online tools to help with everyday tasks,
|
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
|
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.
|
efficient online tools while fostering a community-driven development process.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
@@ -14,18 +14,27 @@ efficient online tools while fostering a community-driven development process.
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
OpenSourceTools includes a variety of tools, such as:
|
OmniTools includes a variety of tools, such as:
|
||||||
|
|
||||||
1. **Image/Video/Binary tools**
|
1. **Image/Video/Binary tools**
|
||||||
- Image Resizer, Image converter, Video trimmer, video reverser, etc.
|
|
||||||
|
- Image Resizer, Image converter, Video trimmer, video reverser, etc.
|
||||||
|
|
||||||
2. **Math tools**
|
2. **Math tools**
|
||||||
- Generate prime numbers, generate perfect numbers etc.
|
|
||||||
|
- Generate prime numbers, generate perfect numbers etc.
|
||||||
|
|
||||||
3. **Text Tools**
|
3. **Text Tools**
|
||||||
- Case converters, text cleaners, text formatters, etc.
|
|
||||||
|
- Case converters, text cleaners, text formatters, etc.
|
||||||
|
|
||||||
4. **Date and Time Tools**
|
4. **Date and Time Tools**
|
||||||
- Date calculators, time zone converters, etc.
|
|
||||||
|
- Date calculators, time zone converters, etc.
|
||||||
|
|
||||||
5. **Miscellaneous Tools**
|
5. **Miscellaneous Tools**
|
||||||
- JSON, XML tools, etc.
|
|
||||||
|
- JSON, XML tools, etc.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -33,12 +42,17 @@ OpenSourceTools includes a variety of tools, such as:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/iib0011/omni-tools.git
|
git clone https://github.com/iib0011/omni-tools.git
|
||||||
cd web
|
cd omni-tools
|
||||||
|
npm i
|
||||||
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
For any questions or suggestions, feel free to open an issue or contact us at:
|
For any questions or suggestions, feel free to open an issue or contact us at:
|
||||||
|
|
||||||
Email: ibracool99@gmail.com
|
Email: ibracool99@gmail.com
|
||||||
|
Reference in New Issue
Block a user