Recycle4Me is a recycling service, which lets users request a recycling pick up to their home. The service looks for certain number of requests within an area, and then schedules a pick-up time and plans a route. The users are notified of an incoming pick-up, and asked if they are available for the pick up, or can leave their recyclables outside.
Application overview:
The angular application is composed of components with html templates, and typescipt controller, as well as services which can be injected for specific components.
Our application has three components besides the main app component
Recycle4Me is a recycling service, which lets users request a recycling pick up to their home. The service looks for certain number of requests within an area, and then schedules a pick-up time and plans a route. The users are notified of an incoming pick-up, and asked if they are available for the pick up, or can leave their recyclables outside.
Application overview: The angular application is composed of components with html templates, and typescipt controller, as well as services which can be injected for specific components.
Our application has three components besides the main app component
Two services:
And a realtime database at the backend.