Full Stack Projects

Hello, here are a couple of my most recent full stack projects. I generally use Ruby on Rails, although when I get better at React I'll be adding some MERN apps or something. Ruby projects will basically always be hosted on Heroku, although AWS may make an appearance occasionally.

Please note that live projects use free tiers for API calls, etc. This may lead to issues like no custom images displaying or no emails being sent if I use up the monthly allotment on other apps. All apps have a default profile that's seeded with sample data that can be accessed using email: [email protected] and password: foobar.

Unfortunatley all the fullstack projects were hosted on Heroku, which recently ended their free tier and deleted my account for inactivity. I don't really have a timeframe for migrating everything to different hosting, so for now sadly these projects can't be viewed live 😢.

screenshot of a webpage

Personal CRM app

Ruby logo Rails logo JavaScript logo PostgreSQL logo Bulma logo SendGrid logo Heroku logo

A personal CRM app where you can store contacts and their info. I built this primarily because I am constantly forgetting people's birthdays. Then I also realized I have a hard time keeping up with friends if I don't see them on a regular basis, so I decided that if I could track interactions and have reminders I'd be better at staying in touch.

⌨️ View code
screenshot of a webpage

Facebook Clone

Ruby logo Rails logo PostgreSQL logo OAuth logo Cloudinary logo Bulma logo Heroku logo

A functional clone of Facebook. This is based on a project from The Odin Project, but I added some additional pieces like integrating with real Facebook for login and using Cloudinary for image storage.

⌨️ View code