Testing and Data Visualization with React

Meet

This was an exciting opportunity to explore testing and data visualization again by building a progressive web app called "Meet" which takes data from the Google calendar API and displays events taking place in different cities. The technical focus of this app covered the following topics:

I also took this opportunity to experment with a less popular and not quite as accessibile UI style. The app can be tested and downloaded here (apologies, I am repairing the sign-in button appearance on mobile) and the link to the repository can be found here. The PWA has been verified by google so no warnings should appear when accessing it.

Meet app mobile

Meet App Features

In the meet app, the user can view data for all cities, or specify a particular city (suggestions are automatically provided as they type). They can also indicate the number of events to be shown. Below the input, they will see a pie chart indicating the percentage of events having a particular genra as well as a scatter chart showing the number of events occuring by city.

Meet app user input and charts

The suggestion list uses flex-grid and is relatively positioned however it pushes down the rest of the elements on the screen rather than overlapping them. This is an issue that will be addressed.

If the user enters invalid input (for example, to show -3 events), an informative alert will be displayed. Notifications are also used to let the user know when they are using offline and that the data that is not up to date.

Meet app user input and charts

The event list is displayed using soft UI cards that include the event name, location, status, details and external link.

Meet app charts and cards

The 'show details' button initially takes on a convex shape that becomes concave when pushed in and reads 'hide details'. This UI style introduces some accessibility challenges, but is interesting to experiment with.

Meet app cards