/generic-geotagging-app

A generic geotagging mobile application

Primary LanguageJavaScript

Generic GeoTagging App

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:

Getting Started

Install dependencies:

npm install

Start the development server:

npm start

Contributing

ESLint & Prettier

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.