diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 13d5b31..94b202b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,12 @@
-
+
-
+
+
+
+
@@ -35,35 +38,35 @@
- {
+ "keyToString": {
+ "ASKED_ADD_EXTERNAL_FILES": "true",
+ "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "Vitest.mergeText.executor": "Run",
+ "Vitest.mergeText.should merge lines and preserve blank lines when deleteBlankLines is false.executor": "Run",
+ "Vitest.mergeText.should merge lines, preserve blank lines and trailing spaces when both deleteBlankLines and deleteTrailingSpaces are false.executor": "Run",
+ "git-widget-placeholder": "main",
+ "ignore.virus.scanning.warn.message": "true",
+ "kotlin-language-version-configured": "true",
+ "last_opened_file_path": "C:/Users/HP/IdeaProjects/omni-tools/src/pages/string/split",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "npm.dev.executor": "Run",
+ "npm.prebuild.executor": "Run",
+ "prettierjs.PrettierConfiguration.Package": "C:\\Users\\HP\\IdeaProjects\\omni-tools\\node_modules\\prettier",
+ "project.structure.last.edited": "Problems",
+ "project.structure.proportion": "0.0",
+ "project.structure.side.proportion": "0.2",
+ "settings.editor.selected.configurable": "settings.typescriptcompiler",
+ "ts.external.directory.path": "C:\\Users\\HP\\IdeaProjects\\omni-tools\\node_modules\\typescript\\lib",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -403,7 +415,6 @@
-
@@ -428,7 +439,8 @@
-
+
+
diff --git a/Readme.md b/Readme.md
index 28b3958..25dac0a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,7 +2,7 @@
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. Please don't forget to star the repo if you find it useful.
+all available for free and open for community contributions. Please don't forget to star the repo to support us.
## Table of Contents
@@ -37,7 +37,9 @@ OmniTools includes a variety of tools, such as:
## Installation
-### Clone the Repository
+### Contribute
+
+### Project setup
```bash
git clone https://github.com/iib0011/omni-tools.git
@@ -46,6 +48,12 @@ npm i
npm run dev
```
+## Contributors
+
+
+
+
+
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
diff --git a/src/pages/images/index.tsx b/src/pages/images/index.tsx
deleted file mode 100644
index c816087..0000000
--- a/src/pages/images/index.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { Box } from '@mui/material';
-
-export default function ImageHome() {
- return ;
-}
diff --git a/src/pages/images/png/index.tsx b/src/pages/images/png/index.tsx
deleted file mode 100644
index 779e4f5..0000000
--- a/src/pages/images/png/index.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { Box } from '@mui/material';
-
-export default function PngHome() {
- return ;
-}
diff --git a/src/pages/string/index.tsx b/src/pages/string/index.tsx
deleted file mode 100644
index 5e32bda..0000000
--- a/src/pages/string/index.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { Box } from '@mui/material';
-
-export default function StringHome() {
- return ;
-}