The goal of this project is to create a generic geotagging application that can be used as a base for specialized geotagging applications.
- Front-end web (HTML, CSS, JavaScript) React
- OpenStreetMap
- D3 for working with the location data (latitude, longitude)
- Cordova to build the app for Android and iOS
- Data storage (meta data, image uploads, etc) can be one of the following:
Install dependencies:
npm install
Start the development server:
npm start
Please run the following command before committing your changes:
npm run lint
This will point out potential formatting errors which you need to fix. This ensures better code formatting.