https://github.com/obitodarky/e-waste
Waste Management and Collection iOS App
https://github.com/obitodarky/e-waste
api firebase ios swift
Last synced: 2 months ago
JSON representation
Waste Management and Collection iOS App
- Host: GitHub
- URL: https://github.com/obitodarky/e-waste
- Owner: obitodarky
- Created: 2019-03-18T10:52:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T02:30:54.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T09:49:52.610Z (over 1 year ago)
- Topics: api, firebase, ios, swift
- Language: Swift
- Homepage:
- Size: 42.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-Waste
Waste Management and Collection iOS Application. This app aims in helping users to understand waste distribution and manage their house waste properly. Along with that this app also provides other functionalities:
- Users can track dustbins in nearby areas
- Users can search and distribute waste based on the list of waste types provided by the app
- Users can report waste on roads/public places by taking a picture.
- Users can donate waste/scrap in their house to needy organizations(which can be registered via the app)
The database of the application is on Firebase. All data is updated and refreshed in realtime.
## Screenshots

## Installation Guide
First Clone the repository by running.
```
git clone https://github.com/obitodarky/e-Waste.git
```
### Installing CocoaPods
You need to install CocoaPods first. To do that, run the following in command in terminal
```
[sudo] gem install cocoapods
```
### Using Pods
Once CocoaPods is installed. Go to the repository folder/`e-Waste`, then in terminal, run `pod install`
### Run Project
After installing all the neccessary Pods, you can open the `e-VMSS.xcworkspace` in `X-Code` And then select an emulator (**iPhone 8 Plus** is preffered) and run the program.