CVNNECT
01.Description
CVNNECT is a SaaS website for creating and sharing digital business cards. It allows users to customize card templates and share with others through QR code, email, or link. Firebase serves as both the authentication provider and the database, facilitated by Firebase's Cloud Firestore.
02.Motivation & Outcomes
CVNNECT originated as a website designed to encapsulate
a SaaS-based product model It was inspired from other
websites such as Linktree, where registered users can
upload their information and generate a unique URL for
other people to access. The idea of a digital business
card came up as it provided an easy way to share your
information with others while networking.
This project provided a valuable experience, being my
first exposure to Firebase and a serverless
architecture. Inititally I deployed CVNNECT with
Firebase, which taught me how to setup my own
application for deployment for different hosts.
03.Tech Stack
MovieFinder
01.Description
MovieFinder allows users to find a random movie at the click of a button, search movies by genres, keywords, release year, or rating. It utilizes server side rendering to create a swift user experience achieving Google's Lighthouse scores of 100 across all metrics. The backend consists of a PostgreSQL database integrated to the frontend with Prisma and is deployed on Vercel.
02.Motivation & Challenges
I built this project as I've always had trouble deciding
which movies to watch. The central idea behind the
application was having the ability to find a random
movie through the click of a button.
One challenge I faced was accessing an API endpoint from
the client side without exposing the API key. I was able
to accomplish this by using Next.js' built-in API routes
where I passed params to the route which is located on
the server. On the server I then fetch the data and send
a response back to the client side where it is rendered.
I also learned how to integrate an API (TheMovieDB) into
a project and ensure proper practices of protected
information.
03.Tech Stack
Aqualife 88
01.Description
Aqualife 88 is a single-page website I developed for a local aquarium shop. Built with Next.js, the site includes multiple sections such as a gallery, services, and a contact page. It features a user-friendly content management system (Sanity IO) for seamless content updates and an integrated contact form powered by Resend. As the sole developer, I leveraged Figma to design multiple UI mockups and iterated upon them with the client to reach the final design.
02.Motivation & Outcomes
This was my first project as a freelance developer, and it provided valuable experience in freelance work, end-to-end project management, and client collaboration. Building a website for a real aquarium shop taught me a great deal about implementing a CMS and optimizing SEO to help the business effectively reach and engage its audience online.
03.Tech Stack
BlogPost
01.Description
Inspired as a Reddit redesign, BlogPost allows users to signup and create posts consisting of text or pictures. The main landing page beautifully displays each post organized by date posted. Users can like posts and view each post to see the full details such as comments made by other users.
02.Motivation & Outcomes
BlogPost originally began as a Reddit.com clone however
I wanted to challenge myself and redesign the website to
appear more modern and sleek.
This project was one of my first full stack applications
where I developed both the backend and frontend
individually. I learned how to develop a REST API in
combination with a NoSQL database in MongoDB and
integrate it into my frontend. This project also allowed
me to develop a full stack application on the MERN tech
stack.
03.Tech Stack
Tasker
01.Description
Tasker is a mobile to-do app designed for users to set and view tasks as well as goals. It supports functionality for categorizing tasks, viewing upcoming tasks on a calendar view, and setting weekly/monthly/yearly goals. It is built with React Native and Expo allowing for deployment native to iOS and Android.
02.Motivation & Outcomes
During my undergrad, I would always have trouble
organizing my daily tasks, this inspired me to create a
functional app that I could use in my everyday life.
This project taught me many core concepts in React such
as props, components, and hooks. I also learned how to
integrate multiple external libraries for a practical
user experience. I designed the frontend using Figma,
starting with a low fidelity mockup to a high fidelity
wireframe. Once I finalized the design I was able to
implement it using components and libraries.
03.Tech Stack
StudyBot
01.Description
StudyBot is a discord bot that allows you and your friends to stay on track of your work and increase productivity. It includes features such as creating a reminder, reminding other users on the server, starting a study session, creating flashcards, polls, todo lists, and private study rooms. The bot was built with Pycord an API wrapper for Discord.
02.Motivation & Challenges
I built the bot after having trouble remaining focused
on various coding projects, and as I was frequently on
Discord I challenged myself to integrate a
productivity/study bot within the app itself.
This project taught me how to work with an external API
and integrate it into a project I am developing specific
features for. During this project I used GitHub for my
version control which taught me good practices involving
pull requests, branches, and using the CLI. I also
learned how to create easy to follow
documentation/user examples for demonstrating the
bots features.
03.Tech Stack
ChatApp
01.Description
ChatApp is a web-based messaging application designed for users to connect and communicate to eachother in real-time. Users can choose a display name and interact in a chat room with up to 200 saved messages. It was built using Socket.IO and utilizes Node.JS, Express.JS as backend technologies.
02.Motivation & Outcomes
I developed this project in vanilla JavaScript as I wanted to understand fundamental JS concepts and learn how to manipulate the DOM without any frameworks. This project taught me how to setup an application with a server and client, as well as core frontend concepts involving HTML and CSS, such as flexbox, event handling, and responsive mobile-first development.