TimeStamp Microservice
A simple web API that take string and unix dates and returns their proper formatting in DateString and Unix in JSON format. This project is built with Node.js and Express.
View this project
Wikipedia Viewer
A SPA that takes user input and queries Wikipedia for a given term. Results are formatted and listed after asynchronous call is made. This project is built with React, JSX, and Material-UI.
View this project
Bulletin Board
This is a virtual bulletin board one-page application built with React. It's my first project learning React. Used React components, ES6 syntax, and React production environment.
View this project
Classic Tomatoes
This is a single page web app built entirely with python code. Used movie APIs and some jQuery and bootstrap. It is easily customizable and can genrate a movie library with trailers and info by just inserting movie title names in a python list.
View this project
Make Donald Drumpf Again
A chrome extension written in Javascript that automatically detects and replaces any text instances of "Trump" with "Drumpf" and changes any images with description of Trump into a random image/gif of Obama instead. Will use neural networks and deep learnig for facial recognition in future versions.
View this project
The Weather Machine
This is my first project working with APIs. The web app fetches the user's geolocation and calls an API to display the weather data of that location. The background image also changes (via Flikr API) based on the user's location or entered city query.
View this project
Random Quote Generator
This is a a web app that generates random quotes from different world leader. I wrote the JSON API that serves the app myself and fetched it via ajax. The app changes the background and displays a portrait of the leader with a link to his/her wiki page and a tweet button.