From 2feaa05b53bd276baf42987c3694ebfaab51c651 Mon Sep 17 00:00:00 2001 From: Venkatesan M <127939893+Venkatesan-M@users.noreply.github.com> Date: Sat, 9 Mar 2024 01:50:44 +0530 Subject: [PATCH] VenkaStyleReadMe --- README.md | 111 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 77 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 0723c0c..4ed6c9c 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ - -![Logo)](https://github.com/WeMace/Flutter_App/assets/127939893/e0a3780d-01c0-4722-a163-17df40b3c663) - # WeMace: Women Empowering Markets And Connecting Enterprises +![Logo)](https://github.com/WeMace/Flutter_App/assets/127939893/e0a3780d-01c0-4722-a163-17df40b3c663) WeMace also Known as "Women Empowering Markets And Connecting Enterprises" is a cross-platform app designed for Self Help Groups (SHGs) committed to organizing and forming resilient communities. Harness the power of collaboration as SHG members come together to share resources, support one another, and create positive change. Join WeMace and embark on a journey of community empowerment where individuals unite for collective growth and impact. ## Getting Started With our Product! - - Youtube Badge - - - Canva Badge - -
+[![Demo Video](https://img.shields.io/badge/Demo%20Video-YouTube-red?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/watch?v=oZsD2WR_s18&t=3s) +[![Presentation](https://img.shields.io/badge/Presentation-Canva-blue?style=for-the-badge&logo=Canva&logoColor=white)](https://www.canva.com/design/DAF7SSPPCTQ/dGLcH5dUGy46FM0DFoowkg/view?utm_content=DAF7SSPPCTQ&utm_campaign=designshare&utm_medium=link&utm_source=editor) +[![MIT License](https://img.shields.io/badge/MIT%20License-MIT-green.svg?style=for-the-badge)](https://github.com/WeMace/Flutter_App/blob/f1df84f661cfd6bf1c5d61f373432ae9cb9dd2d8/LICENSE) + ## Sustainable Development Goals that We Cover! @@ -21,42 +16,90 @@ WeMace also Known as "Women Empowering Markets And Connecting Enterprises" is a ## Google Products We Integrate on our Project! ![google-products](https://github.com/WeMace/Flutter_App/assets/127939893/8b0f92de-a0e0-4add-95ef-d1d9096dab82) -## Authors -- [@Venkatesan-M](https://github.com/Venkatesan-M) -- [@Rahul Ashok](https://github.com/NeuralNinja110) -- [@Pritham Devaprasad](https://github.com/prithamdevaprasad) -- [@Aatreyee](https://github.com/1-three) -## Badges +## Scope +![Presentation 5](https://github.com/WeMace/Flutter_App/blob/d0519d3a153728fbd28f47f6f9c63d66566bec8a/assets/images/5.jpg) -[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/WeMace/Flutter_App/blob/f1df84f661cfd6bf1c5d61f373432ae9cb9dd2d8/LICENSE) +## Run Locally -## Scope +1. **Clone the project:** -![Presentation 5](https://github.com/WeMace/Flutter_App/blob/d0519d3a153728fbd28f47f6f9c63d66566bec8a/assets/images/5.jpg) + ```bash + git clone https://github.com/WeMace/Flutter_App.git + ``` -## Video +2. **Go to the project directory and Open Project:** -https://www.youtube.com/channel/UCoH6Dysalp55yyASPNjzudg + ```bash + cd Flutter_App + code . + ``` +3. **Install dependencies:** -## Run Locally + ```bash + dart pub get + ``` + +4. **Set your Firebase Project Key and Gemini Pro API key to Test Locally!** + +5. **Set Up your Device (Use Debugging) or Emulator** + + - List Emulators -Clone the project + ```bash + flutter emulators + ``` + + - Launch An Emulator + + ```bash + flutter emulators --launch + ``` + +6. **Run Your App In Debug Mode:** + + ```bash + flutter run -v + ``` + +## Get Your App + +1. **Build your APK:** + + ```bash + flutter build apk --release + ``` + +2. **Go To Build Directory** + + ```bash + cd build\app\outputs\flutter-apk\ + ``` + +3. **APK** + + `app-release.apk` is the App, Install it on your Android Device + + +## Authors -```bash - git clone https://github.com/WeMace/Flutter_App.git -``` -Go to the project directory +
+ + Venkatesan-M + + + Rahul Ashok + + + Pritham Devaprasad + + + Aatreyee + +
-```bash - cd Flutter_App -``` -Install dependencies -```bash - flutter pub get -```