Jimmy Zhang's Logo

A snapshot of my work, goals, and personal life.

Note Keeper home page

Note Keeper

Software

Project Overview

Note Keeper is a web application that allows users to create, save, edit, and delete notes in a similar manner to Google Keep. Notes are retained between refreshes, but since authentication has not been implemented, all users share a single set of notes. This app uses the MERN stack (MongoDB, Express, React, Node).

Currently, both the client and server are deployed using Vercel. To note, Vercel automatically converts the Express routes in the backend into serverless functions. This project was my final project for Professor Shoaib Ahamed's Full-Stack Web Development (COMS W3102) course at Columbia University.

Tech Stack

Javascript

Node.js

React.js

Express.js

MongoDB

Vercel

Back