Skip to content

Commit d6d3990

Browse files
committed
docs: Overhaul and redesign README
This commit completely rewrites and restructures the `README.md` file to enhance clarity, improve organization, and provide comprehensive information for both users and contributors. The new design focuses on a more professional and engaging presentation, making it easier to understand the project's purpose, features, and setup instructions. ### Key Changes: * **Header and Overview:** * Added a new banner image for better visual appeal. * Rewrote the overview to be more concise and impactful, clearly defining the "Project Analyzer" and "Storage Analyzer" modules. * **Features Section:** * Reformatted features into a more scannable, emoji-enhanced list for both Project and Storage analyzers, improving readability. * **New "How to Run" Section:** * Added detailed, user-friendly instructions for installing and running the application on Windows, macOS, and Linux using the packaged distributions (`.msi`, `.dmg`, `.deb`). * Includes specific guidance for handling macOS security warnings for unsigned applications. * Provides updated commands to run the app from source (`./gradlew :composeApp:run`). * **Tech Stack:** * Replaced the high-level tech stack overview with a detailed table listing specific libraries and tools used for DI, navigation, image loading, serialization, etc. * **Screenshots:** * Added an extensive "Screenshots" section with numerous images showcasing the UI for both the Project and Storage Analyzer features. * **Community and Support:** * Introduced new sections for "Contributing," "Show your support" (with a "Buy Me a Coffee" button), and "Connect with me" social links. * **Content Removal:** * Removed outdated and redundant sections, such as "Navigation Structure," "Key Highlights," and duplicated feature descriptions. * Removed the "Future Enhancements" and "Project Info" sections to streamline the content.
1 parent 959e186 commit d6d3990

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
## 🪄 Overview
88

99
**DevAnalyzer** is a cross-platform desktop application built with **Compose Multiplatform** and *
10-
*Kotlin Multiplatform (KMP)**.
11-
It provides deep insights into your **Android/Kotlin projects** and **local development environment
12-
** through two major modules:
10+
*Kotlin Multiplatform (KMP)**. It provides deep insights into your **Android/Kotlin projects** and *
11+
*local development environment** through two major modules:
1312

1413
- 🧩 **Project Analyzer** — Inspects project modules, Gradle configurations, plugins, dependencies
1514
and related project files.

0 commit comments

Comments
 (0)