Javascript
HTML
CSS
A simple and easy to use appointment management application for Desktops. Users can sort, add, delete and and view all upcoming appointments in a listed format. There are popup windows to ensure a feedback loop for the user once the appointment has been deleted and there is a day counter for appointments that are next up.
For this project, I used React for the front end and Node.js for the backend, specifically for handling the Stripe payment integration on the backend during checkout process. The project follows a structure that keeps components and pages organized. It features a cart system for slected products.