A android platform i.e, App that helps marriage/party halls and individuals to connect to the nearest places where this food could feed those in need and food wastage is minimised

Overview

Contributing to Muskan--The-joy-of-giving-by-nature

=====================

Muskan is an open-source and you're welcome to contribute to it. You're encouraged to submit pull requests, propose features and discuss issues.

Muskan--The-joy-of-giving-by-nature is a beginner friendly project. If you're new to open source, or coding, or git, we're happy to help you get started! Look for new issues or where you can contribute asking how you can help. We'll walk you through the steps needed to contribute to the project.

Fork the Project

Fork the project on Github by clicking on the word "Fork" above and to the right of this page. This will create your own fork at https://github.com/yournamehere/Muskan--The-joy-of-giving-by-nature.git. Then clone your fork to your local repository on your machine and set up a triangle workflow

using these commands:

git clone https://github.com/yournamehere/Muskan--The-joy-of-giving-by-nature.git
cd Muskan--The-joy-of-giving-by-nature
git remote add upstream https://github.com/Bhawna1203/Muskan--The-joy-of-giving-by-nature.git

Create a Branch for your feature

Make sure your fork is up-to-date and create a topic branch for your feature or bug fix. (The name my-feature-branch is an example. Choose whatever you like.)

git checkout master
git pull upstream master
git checkout -b my-feature-branch

Build and Test

Ensure that you can build the project and run it on your mobile device before you create a pull request.

Write Code

Implement your feature or bug fix.

Make sure that your app builds and is successfully installed on your mobile device without errors.

Commit Changes

Make sure git knows your name and email address:

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

Add the changed files to the index using git add. Most IDEs make this easy for you to do, so you won't need this command line version. Writing good commit logs is important. A commit log should describe what changed and why.

git add ...
git commit -m "Fixed Foo bug by changing bar"

Push to your GitHub repository

git push origin my-feature-branch

Make a Pull Request

Go to https://github.com/yournamehere/Muskan--The-joy-of-giving-by-nature and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.

If code review requests changes (and it usually will) just git push the changes to your repository on the same branch, and the pull request will be automatically updated.

Rebase

If you've been working on a change for a while and other commits have been made to the project, rebase with upstream/master.

git fetch upstream
git rebase upstream/master
git push origin my-feature-branch -f

Check on Your Pull Request

Go back to your pull request after a few minutes/days and see whether it passed the code-review Everything should be fine if your PR is green and successfully merged or code changes will be requested by the maintainers.

Be Patient

It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems like choices of variable names. Hang in there!

Thank You

Please do know that we really appreciate and value your time and work. Thank you for your Contribution!!

Comments
  • Designing the onBoarding screen of the App.

    Designing the onBoarding screen of the App.

    Color Combination is yellow shades and orange

    • The first screen contains the first feature in the text view as shown "Able to Distribute food to the people who really want"
    • The second screen contains the second feature in the text view. and so on.
    • Happy Coding Screenshot from 2022-08-07 08-04-56
    good first issue Easy hacktoberfest hacktoberfest2022 hacktoberfest-accepted 
    opened by Bhawna1203 6
  • Add two different account

    Add two different account

    • One for Admin and another one for People who log in.
    • Share the screen recording of the app after adding it so that I am able to figure out that the app is running correctly.
    help wanted Medium Score-20 
    opened by Bhawna1203 5
  • Adding the splash Screen

    Adding the splash Screen

    • Add the beautiful splash screen with animation.
    • Please share the working app (photo/ recording) before you make the pull request.
    • Happy Hacking WAGMI
    good first issue 
    opened by Bhawna1203 5
  • intro screen created

    intro screen created

    new intro classes and XML layouts. Intro Activity, intro class, and introSliderAdapter are new Kotlin files. activity_intro and intro_slider are 2 new XML layouts and intro_selector, intro_screen_background, and intro_screen_background are new drawable. new colors were added and themes are set to orange themes in dark and night themes.

    opened by venkat-clone 3
  • Added Splash Screen (Dark theme supported) fixes the issue:

    Added Splash Screen (Dark theme supported) fixes the issue: "Adding the splash Screen #2"

    • Added both light and dark splash.xml (Splash Screens).
    • Added avd_anim.xml and avd_anim_night.xml Animated Vector drawables.
    • Edited AndroidManifest.xml to support Splash Screen theme.
    • Upgraded min SDK from 19 to 21 for splash screen support.

    image image

    opened by Sarabyeet 2
  • Added Google Signin Option

    Added Google Signin Option

    Description Added Google Sign-in Option in SigninActivity.java

    Issue Fixed issue fixed #41

    ScreenRecording

    https://user-images.githubusercontent.com/65113071/198878301-944c5df2-ea55-421b-b85a-9a6238d6dbde.mp4

    opened by SanjaySargam 1
Owner
OxVidhi
Blockchain Enthusiast || Working on Tezos || Freelance @Android Developer
OxVidhi
Workout Journal is a mobile app based on Multi-Module and Clean Architecture for those who want to track their progress over a workout and a calendar period.

Workout-Journal Workout Journal is a mobile app for those who want to track their progress over a workout and a calendar period. The app allows you to

Maxim Smolyakov 4 Oct 23, 2022
KtRssReader is a Kotlin library for parsing RSS feed.

KtRssReader is a Kotlin library for parsing RSS feed.

Ivan 78 Dec 19, 2022
Paper plugin for third-party AuthMe logins

Interactive Login Paper plugin that extends AuthMe (or AuthMeReloaded) with interactive third-party logins. Currently supports Discord as an external

Leonardo Giovanni Scur 0 Nov 25, 2021
Reapp is everything you need to build amazing apps with React: a collection of packages that work together, our UI kit, and a CLI that scaffolds your app and includes a server and build system.

What is it? Reapp is everything you need to build amazing apps with React: a collection of packages that work together, our UI kit, and a CLI that sca

reapp 3.4k Nov 20, 2022
👋 A common toolkit (utils) ⚒️ built to help you further reduce Kotlin boilerplate code and improve development efficiency. Do you think 'kotlin-stdlib' or 'android-ktx' is not sweet enough? You need this! 🍭

Toolkit [ ?? Work in progress ⛏ ?? ??️ ?? ] Snapshot version: repositories { maven("https://s01.oss.sonatype.org/content/repositories/snapshots") }

凛 35 Jul 23, 2022
A flutter plugin to scan stripe readers and connect to the them and get the payment methods.

stripe_terminal A flutter plugin to scan stripe readers and connect to the them and get the payment methods. Installation Android No Configuration nee

Aawaz Gyawali 8 Dec 29, 2022
Crunch-Mobile - A Food Delivery Mobile App which uses Modern App Architecture Pattern, Firebase And a Simple Restful Api

Crunch-Mobile This is a Food Delivery Mobile App which uses Modern App Architect

Bright Ugwu 1 Jan 1, 2022
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVVM clean architecture.

Delish Screens Tech stack & Open-source libraries 100% Kotlin based + Coroutines + Flow for asynchronous. Dagger Hilt 2.37 Accompanist JetPack Jetpack

Mohamed Elbehiry 305 Dec 12, 2022
Oratio Library for Android Studio helps you simplify your Android TTS codes

Oratio Oratio is a library for Android Studio. This library is useful to a number of developers who are currently making apps using android TTS(Text-T

Jacob Lim 1 Oct 28, 2021
Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime

Runtime Mobile Security (RMS) ?? ?? by @mobilesecurity_ Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to

Mobile Security 2k Dec 20, 2022
Utility for developers and QAs what helps minimize time wasting on writing the same data for testing over and over again. Made by Stfalcon

Stfalcon Fixturer A Utility for developers and QAs which helps minimize time wasting on writing the same data for testing over and over again. You can

Stfalcon LLC 31 Nov 29, 2021
A light lib that helps and centralize logs in your application.

BadgeLog (Kotlin version) For the iOS swift version, see this page BadgeLog is an Android Kotlin library that helps you manage logs within your applic

Daniele 1 Feb 8, 2022
A nice weather that helps you get all information including: current weather, hourly weather and also forecasts for 16 days

WeatherForecast This is an ongoing project where I fetch all the weather data using Retrofit and Kotlin Coroutines over two APIs containing both curre

null 2 Jul 26, 2022
A sample project that helps to start building a Mobile Kotlin Multiplatform application

Mobile Kotlin multiplatform project template A sample project that helps to start building a Mobile Kotlin Multiplatform application. It establishes a

Dizel 0 Oct 16, 2021
The Action helps you to send a message to a queue on a RabbitMQ running Server

Rabbit Sender Action This Action helps you to send a message to a queue on a RabbitMQ running Server. Inputs Arg Default Description RABBIT_USERNAME g

Quique Ferraris 12 Dec 1, 2022
A simple xposed module that helps you fully control your location.

FuckLocation An simple xposed module that helps you fully control your location. 一个可以帮助你完全控制位置授权的模块 Currently, you may return custom location to speci

null 218 Dec 30, 2022
An example of a test task for creating a simple currency converter application for the Android platform. The app is developed using Kotlin, MVI, Dagger Hilt, Retrofit, Jetpack Compose.

Simple Currency Converter Simple Currency Converter Android App by Isaev Semyon An example of a test task for creating a simple currency converter app

Semyon Isaev 1 Nov 8, 2021
A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android

Blue-Falcon A Bluetooth "Cross Platform" Kotlin Multiplatform library for iOS, Android, MacOS, Raspberry Pi and Javascript. Bluetooth in general has t

Andrew Reed 220 Dec 28, 2022