Skip to content

Commit 14b28ea

Browse files
committed
Add License and screenshots
1 parent 4b2f6f1 commit 14b28ea

8 files changed

Lines changed: 38 additions & 7 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Mohammad Jamalianpour
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Open Dev
22

3+
<div align="center" style="text-align:center">
4+
<img align="center" src="https://raw.githubusercontent.com/Jamalianpour/open-dev/master/assets/logo/icon.png" alt="logo" height=170/>
5+
</br>
6+
<a href="https://github.com/Jamalianpour/open-dev/license">
7+
<img alt="GitHub" src="https://img.shields.io/github/license/Jamalianpour/open-dev">
8+
</a>
9+
</div>
10+
311
## Description
412
**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/).
513

@@ -34,14 +42,15 @@
3442
## Screenshots
3543
Here are some screenshots of Open Dev in action:
3644

37-
### JSON Parser and Converter to YAML
38-
![JSON Parser](path/to/screenshot1.png)
3945

40-
### QR Code Generator
41-
![QR Code Generator](path/to/screenshot2.png)
46+
| Dashboard | JSON Parser and Converter to YAML |
47+
| --------------------------------------------- | ----------------------------------- |
48+
| ![Dashboard](assets/screenshot/dashboard.png) | ![Json](assets/screenshot/json.png) |
49+
| QR Code Generator | Hash Generator |
50+
| ![Dashboard](assets/screenshot/Qr.png) | ![Json](assets/screenshot/Hash.png) |
51+
| Unix Time Converter | JWT Debugger |
52+
| ![Dashboard](assets/screenshot/UnixTime.png) | ![Json](assets/screenshot/JWT.png) |
4253

43-
### RegExp Tester
44-
![RegExp Tester](path/to/screenshot3.png)
4554

4655
## Cross-Platform Support
4756
Open Dev is designed to be a cross-platform tool, ensuring it can be used on a variety of operating systems.
@@ -99,7 +108,8 @@ This project is licensed under the MIT License - see the LICENSE file for detail
99108
### Donate
100109
If you appreciate Open Dev and would like to support its development, you can make a donation using Bitcoin. Your contributions help us maintain and improve the project.
101110

102-
Bitcoin Address: `hgfjhtfht`
111+
Bitcoin Address (BTC): `bc1qhjcu02fexh7p54rqfqfttd0hs3424k4d7sp7av`
112+
TON Address: `UQDkFVv76CymHZAhxEFL4jYalCQe7EpjnkywjzCDs2c3RMu6`
103113

104114

105115
### Contact

assets/screenshot/Hash.png

747 KB
Loading

assets/screenshot/JWT.png

604 KB
Loading

assets/screenshot/Qr.png

590 KB
Loading

assets/screenshot/UnixTime.png

628 KB
Loading

assets/screenshot/dashboard.png

765 KB
Loading

assets/screenshot/json.png

762 KB
Loading

0 commit comments

Comments
 (0)