Git Product home page Git Product logo

avocado's Introduction

Avocado

An app for managing your future engagements. Easily figure out what your upcoming iteneray is including the weather forecast for the weeek of the event, as well as tracking any tasks you may need to get done before you head off, and realtime translations to over a dozen languages.

Infrastructure

Authentication

Authentication and authorization is handled by Amazon Coginito. Amazon Cognito is a ...

API + Data Storage

The app uses GraphQL via AWS AppSync and storage is handled with Amazon DynamoDB, both are orchestrated through Amplify. The schema found at ./amplify/backend/api/avocado defines what be deployed in AWS. The custom @model directive defines what types will have tables created for them in DynamoDB. This is part of the custom GraphQL Transforms tooling that comes with Amplify...

Serverless Functions

To fetch the weather data for events, an AWS Lambda function is used as a resolver for the weather field on the Event type in ./amplify/backend/api/avocado/schema.graphql. Amplify then creates the necessary config to wire the API and function together. Providing access to the event's data and any arugments that might be present on the field...

Machine Learning

The translations in the app are done via Amazon Translate. The Amplify Predictions module is used to set up a real-time connection to Amazon Translate for instant translations...

UI

The app is built with React Native using Expo to manage the app life-cycle, as well as using many Expo modules to speed up development. Google places is used to get geolocations and addresses for venues and hotels. The Amplify package and Amplify React package are also used to speed up development time...

avocado's People

Contributors

kkemple avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.