top of page

Projects

Welcome to my project page! Here you'll find a showcase of my web applications and other coding projects. Explore my work and see how I've demonstrated my expertise in the field of web development.

Web Apps

Mock version of HipCamp Home Page

This project was purely to test my HTML and CSS skills. I built the page from scratch and used the original website's code through the dev tools elements tab. I didn't implement any JS code so the website has no functionality.

Screenshot 2024-04-01 172445.png

Landing Page

A sample Landing Page using Tailwind CSS

Screenshot 2024-04-01 175908.png

Infinity Scroll

This app uses the Unsplash API to fetch random images. Every time the user scrolls down a certain length, the application fetches more images to display, causing endless scrolling.

Screenshot 2024-04-01 181150.png

Express Movie App

This Express app uses a movie database API to display the movies currently playing in theaters and further information about each film when clicked on. It also handles various searches the user makes. The website is deployed via the command line using node.js. Cd into the directory and run node then type the command: npm run start. Navigate to localhost:3000 to see the website displayed.

Screenshot 2024-04-02 115507.png

Other Projects

JavaScript Games

bottom of page