A tool to look up proper disposal methods for waste items, with information sourced from the Toronto Waste Wizard Database(API).
This app is created to help the citizens of Toronto, to easily look up for waste items and their disposal methods.
It was created as part of the Shopify Web Engineer Challenge (Summer 2019).
This app was initially created with jQuery and Node.js/Express, but I have decided to rewrite this app with React.js.
The previous version of the source code is available inside /legacy-app
.
Or, click here for my old repo on this waste look up with jQuery and Node.js/Express.
Using React.js helped me understand the MVVM design pattern, which is the foundation of this framework.
- Use
git clone
to clone this repository. Alternatively, download the source code. - Make sure required dependencies have been installed using
npm install
.
- Execute:
- Move to this path with,
cd /waste-lookup
npm start
to view site in development mode with hot reloading enabled.
- Move to this path with,