- Created with features for registering and logging into the app, searching for movies, and adding the same to the favorite list
- Built the server-side component of a “movies” web application by creating a RESTful API using Node.js and Express
- Implemented basic HTTP authentication for initial login requests and JWT authorization for subsequent requests, with a state-based router to navigate between views and Redux for state management 2021 — 2022 Pokédex App
- The application was built using HTML, CSS, and JavaScript
- The app allows the user to click on each Pokemon name or button
- Upon clicking, each Pokemon card(s) opens a modal with a picture of the Pokemon as well as basic information about that Pokemon, such as name, height, types, and abilities
- All information for the Pokemon is loaded via the Pokedex API from an external database 2021 — 2022 Meet Application
- The app was built with a serveless progressive web application (PWA) and a React that showcases upcoming events by city
- Used a test-driven development (TDD) approach by writing test scenarios with Gherkin syntax to implement feature-specific tests
- Set up an authorization server on AWS Lambda for issuing OAuth2 tokens that allow the user to fetch data from the Google Calendar API.