Projects


Daily Doodles

A drawing-based social media apps where you draw pictures for your friends. See who has the hottest drawings of the day.

Full stack app made by a team of students for learning purposes. Features include a responsive front end, drawing suite with various brushes and tools, user accounts with profile customization, explore page to view and interact with other users' drawings, and a leaderboard page showcasing the top posts of the day.

Used a MySQL database to store user-uploaded content and encrypted login information. Built a RESTful API with the Express JS framework for Node JS to interact with the database from the client side using HTTP. Front end built with React.

Explore Page

picture of explore page

Leaderboard Page

picture of leaderboard page

Javascript Blackjack

Browser based implementation of Blackjack. That's pretty much it.

Made with HTML, CSS, and Javascript to brush up on my Javascript and for fun. I utilized the Deck of Cards API to create and manipulate the deck.