Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.06 KB

Phonebook

Fullstack app built with React, Node.js / Express, and MongoDB / Mongoose

Link to project: https://fso-phonebook-app.onrender.com

How It's Made

Tech used: React, Node.js, Express, MongoDB, Mongoose, and Vite

Optimizations

This is a simple app that allows for creating, reading, updating, and deleting phonebook entries.

Lessons Learned

This is one of my first projects built with React, and I enjoyed it as an alternative to plain JavaScript. I'm really looking forward to spending more time with it. I had fun learning how to build the backend, and I especially liked using a real database for the first time. My experience with Vite has been really pleasant. I'm really getting a feel for the JavaScript ecosystem, such as how NPM works or how nice it is to have so many packages available.

Recent Projects

Action Hero Memory Game: https://hddev8.github.io/memory-game/

Todo List: https://hddev8.github.io/todo-list/

Library Project: https://hddev8.github.io/library-project/

Tic Tac Toe: https://hddev8.github.io/tic-tac-toe/