|
11 | 11 | ## Description
|
12 | 12 | **Open Dev** is a free and open-source assistant designed to make coding easier. Built with Flutter, Open Dev provides a suite of tools for developers to enhance their productivity and streamline their workflows. From parsing JSON to generating secure passwords, Open Dev offers a comprehensive set of utilities akin to those found in [DevUtils](https://devutils.com/) and [DevToys](https://devtoys.app/).
|
13 | 13 |
|
| 14 | +Let's try it now in your browser [Open Dev](https://jamalianpour.github.io/open-dev) |
| 15 | + |
14 | 16 | ## Table of Contents
|
15 |
| -1. [Features](#features) |
16 |
| -2. [Screenshots](#screenshots) |
| 17 | +1. [Features 🚀](#features) |
| 18 | +2. [Screenshots 📷](#screenshots) |
17 | 19 | 3. [Cross-Platform Support](#cross-platform-support)
|
18 | 20 | 4. [Download and Installation](#download-and-installation)
|
19 | 21 | 5. [Contributing](#contributing)
|
20 | 22 | 6. [License](#license)
|
21 | 23 | 7. [Contact](#contact)
|
22 | 24 |
|
23 |
| -## Features |
| 25 | +## Features 🚀 |
24 | 26 | - **JSON Parser and Converter to YAML:** Parse and show JSON in object viewer to read and search, Easily convert JSON data to YAML format for better readability and use in various applications.
|
25 | 27 | - **XML Parser and Converter to JSON:** Transform XML data into JSON format effortlessly, making it easier to work with in JavaScript and other environments.
|
26 | 28 | - **Cron Parser:** Interpret and validate cron expressions to ensure correct scheduling of automated tasks.
|
|
39 | 41 | - **URL Encode/Decode:** Encode and decode URLs to ensure proper formatting and transmission.
|
40 | 42 |
|
41 | 43 |
|
42 |
| -## Screenshots |
| 44 | +## Screenshots 📷 |
43 | 45 | Here are some screenshots of Open Dev in action:
|
44 | 46 |
|
| 47 | + |
45 | 48 |
|
46 |
| -| Dashboard | JSON Parser and Converter to YAML | |
47 |
| -| --------------------------------------------- | ----------------------------------- | |
48 |
| -|  |  | |
49 |
| -| QR Code Generator | Hash Generator | |
50 |
| -|  |  | |
51 |
| -| Unix Time Converter | JWT Debugger | |
52 |
| -|  |  | |
| 49 | +| Hash Generator | JSON Parser and Converter to YAML | |
| 50 | +| ------------------------------------------------------- | ---------------------------------------------- | |
| 51 | +|  |  | |
| 52 | +| QR Code Generator | RegExp Tester | |
| 53 | +|  |  | |
| 54 | +| Unix Time Converter | JWT Debugger | |
| 55 | +|  |  | |
53 | 56 |
|
54 | 57 |
|
55 | 58 | ## Cross-Platform Support
|
56 | 59 | Open Dev is designed to be a cross-platform tool, ensuring it can be used on a variety of operating systems.
|
57 | 60 |
|
58 |
| -### macOS |
| 61 | +### macOS 🖥️ |
59 | 62 | Our primary target platform is macOS. Open Dev takes full advantage of the macOS environment to deliver a seamless user experience.
|
60 | 63 |
|
61 |
| -### Windows and Linux |
| 64 | +### Windows and Linux 🧑💻 |
62 | 65 | In addition to macOS, Open Dev works perfectly on both Windows and Linux. Users can enjoy the same robust functionality across these operating systems without any compromises.
|
63 | 66 |
|
64 |
| -### Web (Planned) |
65 |
| -We are also planning to support the web in future releases. This will allow users to access Open Dev directly from their web browsers, further extending the reach and convenience of our toolset. |
| 67 | +### Web 🌐 |
| 68 | +We are also support the web now. This will allow users to access Open Dev directly from their web browsers, further extending the reach and convenience of our toolset. |
| 69 | +Try [Open Dev](https://jamalianpour.github.io/open-dev) |
| 70 | + |
| 71 | +> [!WARNING] |
| 72 | +> Image Formatter dose not work on web!!! Please try our desktop version for this feature. |
66 | 73 |
|
67 | 74 |
|
68 | 75 | ## Download and Installation
|
|
0 commit comments