Skip to content

Commit b407861

Browse files
committed
Updated readme
1 parent fd501a9 commit b407861

16 files changed

Lines changed: 27 additions & 19 deletions

README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<br>
44

5-
CutCode is an open source project made for developers to boost their job by helping them save essential code snippets in safe place.
5+
<b>CutCode</b> is an open source project made for developers to boost their job by helping them save essential code snippets in safe place.
66
<br>
7-
For example, sometimes as a developer, we need to type one code snippets in most of our projects and for doing that we go check previous projects and grab the code from there. But using this app, you can get all this essential code snippets in one place. You can search through your codes, you can give them title and description. And also you can add them to favourite codes so that you can get it quickly from the favourite codes page.
7+
For example: Sometimes as a developer, we need to insert one code snippets in most of our projects and for doing that we go check previous projects and grab the code from there or Google it again. But using this app, you can get all this essential code snippets in one place. You can search through your codes, you can give them title and descriptions, You can add cells and every you can add whatever you want in every code cell and also you can add them to favourite codes so that you can get it quickly from the favourite codes page.
88

99
<br>
1010
<br>
@@ -13,36 +13,44 @@ For example, sometimes as a developer, we need to type one code snippets in most
1313

1414
<b>
1515
<div>
16-
<img src="./imgs/dark_main.png" width=450px height=300px>
17-
<img src="./imgs/light_main.png" width=450px height=300px>
18-
<img src="./imgs/light_add.png" width=450px height=300px>
19-
<img src="./imgs/dark_setting.png" width=450px height=300px>
16+
<img src="./imgs/main_page.png" width=450px height=300px>
17+
<img src="./imgs/main_page_light.png" width=450px height=300px>
2018
</div>
2119

22-
<div>
23-
<img src="./imgs/light_code.png" width=450px height=300px>
24-
<img src="./imgs/dark_code.png" width=450px height=300px>
25-
<img src="./imgs/dark_fav.png" width=450px height=300px>
20+
<div>
21+
<img src="./imgs/add_page_dark.png" width=450px height=300px>
22+
<img src="./imgs/setting_light.png" width=450px height=300px>
2623
</div>
2724

28-
<br>
25+
<div>
26+
<img src="./imgs/setting_dark.png" width=450px height=300px>
27+
<img src="./imgs/code_view_page.png" width=450px height=300px>
28+
</div>
2929

30+
<div>
31+
<img src="./imgs/main_page_search.png" width=450px height=300px>
32+
<img src="./imgs/fav_page.png" width=450px height=300px>
33+
</div>
3034

3135
# Features ✨
3236

33-
1. Dark and Light mode support
34-
2. Codes are saved in a database
37+
1. Dark and Light mode support.
38+
2. Codes are saved in a database.
3539
3. You can give your code title, description and also you can add them to your favourite codes list.
36-
4. You can search through your code
37-
5. Minimalistic Interface
38-
6. Syntax highlighting based on the type of programming language
40+
4. You can add cells into your code so that you can manage your codes easily.
41+
5. You can search through your code.
42+
6. Minimalistic Interface.
43+
7. Syntax highlighting based on the type of programming language(Coming soon).
44+
8. You can import and export your codes.
3945

4046
# Release 🚀
41-
Download the app setup from [here](https://www.mediafire.com/file/dhsgn5i7rsmon5l/CutCode_Installer.exe/file)
47+
### [Windows](https://www.google.com) <br>
48+
### [Linux](https://www.google.com) <br>
49+
### [MacOS](https://www.google.com)
4250

43-
# Contributers
51+
# Contributors
4452

45-
Main Contributer - [Abdella Solomon(Me)](https://github.com/Abdesol)
53+
Main Contributors - [Abdella Solomon](https://github.com/Abdesol), [Piero Castillo](https://github.com/PieroCastillo/)
4654
<br>
4755
Logo Designer - [Sap](https://github.com/imsaptarshi)
4856

imgs/add_page_dark.png

57.8 KB
Loading

imgs/code_view_page.png

52.5 KB
Loading

imgs/dark_code.png

-34.8 KB
Binary file not shown.

imgs/dark_fav.png

-30.2 KB
Binary file not shown.

imgs/dark_main.png

-44.4 KB
Binary file not shown.

imgs/dark_setting.png

-59.9 KB
Binary file not shown.

imgs/fav_page.png

53.7 KB
Loading

imgs/light_add.png

-38.1 KB
Binary file not shown.

imgs/light_code.png

-33.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)