/Serene-Solution-Challenge-2023

Serene is an Android application made using Java. This project provides a solution to three of the Sustainable Development Goals (UN SDG), dedicated to our participation in the Solution Challenge 2023

Primary LanguageJava

Serene-Solution-Challenge-2023

Serene is an Android application made using Java. This project provides a solution to three of the Sustainable Development Goals (UN SDG), dedicated to our participation in the Solution Challenge 2023

Demo Video

Seren - GDSC Solution Challenge 2023

Installation

  1. Download and install Android Studio (recommended)
  2. Clone this repository and import it into Android Studio:

Method 1:

$ git clone https://github.com/AdelCSE/Serene-Solution-Challenge-2023.git

Method 2:

  • Or you can open your Android Studio then go to the File > New > Project from Version Control.
  • In the Version control choose Git from the drop-down menu.
  • Then at last paste the link in the URL and choose your Directory. Click on the Clone button and you are done.
  1. Install required Android SDK dependencies where required.
  2. Click on "Sync Project with Gradle Files" and "Rebuild Project" at Android Studio Menu.
  3. Connect your phone or create a new virtual device following on screen instruction.
  4. 🎉

Maintainers

This project is mantained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request