./projects

/assets/img/ratemydeliveries.png

Ratemydeliveries.com

Ratemydeliveries.com is a website that collects and publishes reviews about delivery service satisfaction. The Application uses React JS and Next js for hybrid static & server rendering on the front-end. As for the backend the application utilizes Google’s Firebase for its database and user authentication.

/assets/img/starkClass.gif

Starkclass.com

This full-stack application was created for a startup. Many APIs were integrated such as user auth using facebook's API and Gmail's API, also video rendering using Vimeo's API

/assets/img/scorebox.gif

MLB ScoreBox

MLB ScoreBox is a full-stack application where it uses it's own server as a proxy to fetch data from an API, it then stores the data in cache using REDIS for faster client response !!!

/assets/img/bikerental.gif

Redux Bike Rental App

I believe redux is the best and hardest way to store the state of your application. This bike rental app collects data from the user to perform a checkout using a fake inventory from a Bike rental place (bike types, accessories, etc) and then checkouts the customers.

/assets/img/newsScraper.gif

Scrapping The NYT

Can't use an API to get the data you want?... Well scraping a site could be your solution. In this project, we utilized the CheeriosJS library to help us scrape The New York Times website

/assets/img/nicapp.gif

React Native App

This mobile application was developed using React Native. It includes user authentification using Gmail's API via firebase. The app also connects to a NodeJS server that allow the application to send out leads via email.

/assets/img/friendFinder.gif

Friend Finder

This dating app prompts the user with a questionnaire. It then uses an algorithm to pairs each user by how identical their answers were.

/assets/img/thegram.gif

The Gram

This app replicates Instagram functionality on the Web using ReactJS