Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

A generic geotagging mobile application

Notifications You must be signed in to change notification settings

Learn-by-doing/generic-geotagging-app

Repository files navigation

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.

About

A generic geotagging mobile application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published