/MapNotes

Primary LanguageTypeScript

MapNotes App using

Installation And Running

Clone this repository.

For iOS

  1. yarn install or npm install
  2. cd ios && npx pod-install
  3. react-native run-ios

For Android

  1. yarn install or npm install
  2. react-native start
  3. react-native run-ios

App Flow

-User can longPress on marker to drag and drop it. -After Clicking on setting note a modal will appear. -The user has to add title (required) and a minimum of 5 characters for each other field. -After the user submit the data will be saved to the local storage. -The user would have to move (black marker) first as it's set to last set location inorder to be able to view (red marker) indicating his saved note. -The user can edit/ delte any note by clicking on the red marker and either edit the data entered previously or delete the note using delete button.

Screenshots

Screen Shot 2021-05-19 at 2 22 24 PM