Skip to content

Commit

Permalink
VenkaStyleReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkatesan-M authored Mar 8, 2024
1 parent 377dd44 commit 2feaa05
Showing 1 changed file with 77 additions and 34 deletions.
111 changes: 77 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

<a href="https://www.youtube.com/channel/UCoH6Dysalp55yyASPNjzudg">
<img src="https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white" alt="Youtube Badge"/>
</a>
<a href="https://www.canva.com/design/DAF7SSPPCTQ/dGLcH5dUGy46FM0DFoowkg/view?utm_content=DAF7SSPPCTQ&utm_campaign=designshare&utm_medium=link&utm_source=editor">
<img src="https://img.shields.io/badge/Canva-%2300C4CC.svg?style=for-the-badge&logo=Canva&logoColor=white" alt="Canva Badge"/>
</a>
<hr>
[![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!

Expand All @@ -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 <emulator_id>
```

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
<div style="display: flex; align-items: center;">
<a href="https://github.com/Venkatesan-M">
<img src="https://github.com/Venkatesan-M.png" alt="Venkatesan-M" width="50" style="border-radius: 50%;">
</a>
<a href="https://github.com/NeuralNinja110">
<img src="https://github.com/NeuralNinja110.png" alt="Rahul Ashok" width="50" style="border-radius: 50%;">
</a>
<a href="https://github.com/prithamdevaprasad">
<img src="https://github.com/prithamdevaprasad.png" alt="Pritham Devaprasad" width="50" style="border-radius: 50%;">
</a>
<a href="https://github.com/1-three">
<img src="https://github.com/1-three.png" alt="Aatreyee" width="50" style="border-radius: 50%;">
</a>
</div>

```bash
cd Flutter_App
```

Install dependencies

```bash
flutter pub get
```

0 comments on commit 2feaa05

Please sign in to comment.