Web Development Projects
Web applications, frontend and backend development projects.
ZenNotes
Node.js · Express.js · React · MongoDB · Mongoose · September 2023
Designed a note taking web application with a minimalistic user interface. Implemented the backend using Node.js and Express.js and the frontend using React. Utilized MongoDB as the database and Mongoose as the object data modeling library. Allows users to create, edit, delete and view their notes.
Blackjack
HTML · CSS · JavaScript · March 2023
Developed a web application that simulates a simple version of the Blackjack card game. The application utilizes HTML and CSS for the user interface and JavaScript for the game logic. The application stores game and score information in the browser's local storage.