ETAP APP A prototype application for the cataloging/categorization and tracking of litter picked up
- You will need:
- NodeJS
- To run locally, you willl need to run the command
npm run watch
in the root directory of the project.
Idea: To build a mobile app where volunteer coordinators can keep track of their collection sites, location and data.
- Customize icons for menu
- Downloading button for forms
- Information on how to recycle
- Photos associated with each event
- Log in
- Left side menu navigate to Sign Up forms
- Navigate to site by location to view site's collection data
- To use the map, you need to capture lat/long using the button (add location) in site info view. Accurately capturing the lat/long requires a mobile device's GPS to be available
- To update the lookup list of hard to categorize items, update the static list in Lookup.js. Any suggestion will be done automatically
- To add any additional fields to the form, formData will need to be updated (numerous examples exist in this repo of how to do that)
- Javascript
- React
- Redux
- Material Design Lite