Skip to content

An app that reminds users if they are in a proximity of a location they have set.

Notifications You must be signed in to change notification settings

Anirud2002/Arrivee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arrivee

A mobile-app that lets you set location based reminders. Test Beta Version

Who is this app for?

This app is for people who forget to do task(s) when they arrive or depart from some location. It will send notification to user's device when they enter or leave a certain location they have set.

Tech Stack

Client: Angular, Ionic, Capacitor, TailwindCSS

Server: C#, Dotnet6, AWS Lambda (Serverless)

Database: DynamoDB

How to run on your machine? (Locally)

Clone the repo

  git clone https://github.com/Anirud2002/Arrivee.git

Install client dependencies and run locally

    //open the project in your fav IDE

    cd /client
    npm install
    ionic serve

Install backend dependencies and run locally

    cd /api
    dotnet build
    dotnet run

Run Client and Backend simultaneously to make the app work how it's supposed to!

Please make sure to update api/appsettings.json to add your own api keys and SMTP host and password.

Acknowledgements

  • Special thanks to Ang Chhimi Sherpa for helping on the UI/UX aspect of this app (Her Portfolio)

How to Contribute?

Please make sure to clone the repo and make a feature branch. Finally, after pushing up your changes, make sure to pull a PR.

Demo

About

An app that reminds users if they are in a proximity of a location they have set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published