My projects

my projects.blog.title project

Blog API

A full-stack blog application built with Next JS for the front-end and Express JS for the back-end.

  • Created a REST API as the back-end using Express JS.
  • Implemented MongoDB as the database.
Tailwind
Zustand
MongoDB
Express
my projects.shopping.title project

Shopping Cart

An e-commerce front-end application constructed with React and Next JS.

  • Utilized Next.js for routing and optimizing images and fonts.
  • Implemented React context to avoid prop drilling.
Tailwind
React
Next JS
my projects.portfolio.title project

Portfolio

A personal portfolio front-end application, built with Astro.

  • Utilized Astro for routing and minimizing the shipping of unused JS.
  • Used Typescript for type checking.
Tailwind
Astro
my projects.memory.title project

Memory Game

A memory game front-end application developed with React.

  • Learned how to use React hooks and lifecycle methods.
  • Implemented Zustand for state management.
Tailwind
React
Zustand