These are some of my projects.
Fresh Smoothies
Smoothies app built with Node.js, Express.js, MongoDB and EJS. Includes server side login & sign up validation, bcrypt for hashing passwords and JWT for auth.
MERN Todo List
A Todo List application built with React.js, Node.js, Express.js and MongoDB. The frontend interacts with the REST API backend to CRUD data to/from database.
Blog Master
A server side rendering (SSR) blog app created in Node.js, Express.js, MongoDB and EJS. It follows MVC structure of organizing code that makes updating the app easier.