Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasgriffintn/travel-log-app
This is a simple app that uses the AWS Location service and DynamoDB with AWS Cognito authentication, an Express backend and a React Redux frontend to log people's travel destinations.
https://github.com/nicholasgriffintn/travel-log-app
Last synced: about 1 month ago
JSON representation
This is a simple app that uses the AWS Location service and DynamoDB with AWS Cognito authentication, an Express backend and a React Redux frontend to log people's travel destinations.
- Host: GitHub
- URL: https://github.com/nicholasgriffintn/travel-log-app
- Owner: nicholasgriffintn
- Created: 2021-05-15T10:01:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T09:09:30.000Z (almost 3 years ago)
- Last Synced: 2024-04-22T05:10:37.799Z (7 months ago)
- Language: JavaScript
- Homepage: https://travel-log.nicholasgriffin.dev/
- Size: 6.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel Log App
This is a simple app that uses the AWS Location service and DynamoDB with AWS Cognito authentication, an Express backend and a React Redux frontend to log people's travel destinations.
## TODO
- [x] Initialise Server and Client
- [x] Iniegrate ininital DynamoDB models
- [x] Add a map in with location tracking
- [x] Swap map to AWS Location map with authentication
- [x] Add none logged in message
- [x] Add a form for adding a new travel log destination
- [] Form should use AWS Location geocoding so you can type in an address and get a lat long
- [x] Should be able to click the map to add a location
- [] Also a button to add your current location to the log
- [x] Public travel logs display (using scan because of dynamo, should move to postgres for prod really)
- [] Add a private travel logs option
- [] Add device tracking for travel history
- [] Add profile view/ edit
- [x] Add states for location tracking
- [x] location history
- [x] current location
- [] Add Passport social sign in that creates a COgnito login via the admin SDK, forcing social login as a verification method. https://dev.to/asim_ansari7/setting-up-social-logins-with-node-js-and-passport-js-1m16
- [] Fix issue where markers don't stay in place on scroll