This is an android app project made in android studio. This app is a things sharing/exchanging platform where students living in hostel/dorm are able to post requests or accept posted requests of things they need from peers and return later. It is helpful for students in hostels to share things which they might need only momentarily. This project is in initial stages nad need improvements and feature additions. Feel free to clone, observe raise an issue and conribute towards this project.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Git.
- You have a Windows/Linux/Mac machine.
To clone the Sharing App, follow these steps:
- Open your terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type
git clone
, and then paste the URL of this repository.
git clone https://github.com/whitebeard10/sharing-app.git
- Press Enter to create your local clone.
To contribute to Sharing App, follow these steps:
- Fork this repository.
- Create a branch: git checkout -b <branch_name>.
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin <project_name>/
- Create the pull request.
This project uses the following license: 'MIT license'.