You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serverless PWA in React to create a "meet" app that receives data from the Google Calendar API. OAuth method/framework for authentication and authorization via Google. Serverless functions via AWS.
the front-end client for a content management system built with React/Redux and backed by REST apis. Heavily informed by princibles of BDD, using Jest and Jest-Cucumber for testing and feature development.
Meet is an app that displays tech events hosted in a variety of cities. Users are able to filter their results by city and number of events. Built using TDD and BDD methodologies by using jest, cucumber and puppeteer. The backend is serverless, hosted on AWS Lambda and connected to the Google Calendar API. Frontend uses React.js.
MEET APP - A server less, progressive web application (PWA) created with React using a test-driven development (TDD) technique. It uses the Google Calendar API to fetch upcoming events.
Meet is a serverless PWA using Create React App that can display and filter meetup events from the Google calender API. It is developed using Test-Drive-Development techniques to ensure a high test coverage rate.
Meet is a React Application was created following a test-driven development (TDD) process. The main goal of the application is to utilise test-driven development to build a serverless, progressive web application (PWA). The application uses the google calendar API to fetch and display upcoming events to the user.