Meet App

The Meet App is a serverless PWA (progressive web app) built with React, using TDD (test-driven development).

It uses Google Calendar API to fetch upcoming events in a city that the user selects. For authentication, it uses OAauth2 flow.

For the authorization server, it uses AWS Lambda.

The user can choose a location and the number of shown events. By using an OOP (object-oriented programming) approach, alerts are created for users, in relation to the kind of information they fill in.

Using a service worker allows the app to be used while the device is offline.

Finally, the Recharts Library is used to visualize data with a scatter graph and a pie chart.

Shown below is a screenshot – clicking on it will take you to the website.

Under the screenshot, the Website icon is another link to the website and the Code icon links to the GitHub repository.