Skip to content

IrenaNc/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

Languages

  • JavaScript 75.0%
  • HTML 14.0%
  • CSS 11.0%