Aaron Celia

Projects I've built

Project Image
Private Bookmarks Mobile App
Description

This mobile app, deployed on the Apple App Store worldwide, was built using React Native and modern Redux/ Redux Toolkit for complex state management. The app allows the user to password protect access to the app using a PIN code and features favorites and search functionality. It also allows them to create custom folders to store all their bookmarks.

Project Image
Real Time Chat App
Description

This project uses a real-time database from Google's Firebase service to enable real time communications between people over the web. It uses OAuth, so you login using your gmail account. From there, you are able to chat in real time with any other user logged into the app as long as you know their email.

Project Image
Real Time Weather App
Description

Here, I used React.js on the frontend and integrated a third-party RESTful API called OpenWeatherMap to get real time weather data for any city in the U.S. the user searches for. It also features another API from Google to guess the city the user is searching for as they type which uses a debounce function to assure not too many API calls are made.