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
- Download and install Android Studio (recommended)
- Clone this repository and import it into Android Studio:
$ git clone https://github.com/AdelCSE/Serene-Solution-Challenge-2023.git
- 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.
- Install required Android SDK dependencies where required.
- Click on "Sync Project with Gradle Files" and "Rebuild Project" at Android Studio Menu.
- Connect your phone or create a new virtual device following on screen instruction.
- 🎉
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request