These are my latest projects

I built these websites to practice technologies such as Next.js, as well as creating backend APIs using MongoDB and Express.js.

Where in the world project that can be used to search for a country.

Nimelist

An anime website where users can browse trending and recommended titles, search for specific anime, and view full details on a dedicated page. It also lets users save anime to a personal list.

  • Next.js

  • Tailwind

  • TypeScript

  • Kitsu API

Where in the world project that can be used to search for a country.

Where in the World?

A website where you can search and view countries details on the Map. Frontpage design is inspired on FrontendMentor.io

  • Next.js

  • TypeScript

  • MUI

  • Leaflet Map API

  • RestCountries API

Backend server for a social media platform where users can share their thoughts.

Wordsoff Server

A backend API built with Node.js, Express, and TypeScript for a social media platform where users can post and share thoughts. It integrates MongoDB via Mongoose for data persistence, Cloudinary for media storage, and JWT authentication for secure access.

  • Node.js

  • Express

  • TypeScript

  • MongoDB

  • Mongoose

  • Cloudinary

  • JWT Authentication

Image of Tictactoe game built with MERN stack and nextjs

Tictactoe Game

A full-stack tic tac toe game built with MERN stack. I developed this game to experience full integration through UI and API development.

  • Node.js

  • Express

  • Material UI

  • Next.js

  • TypeScript

  • MongoDB

Here's a list of my other projects

These projects were created when I was just starting out in web development using HTML, CSS, and JavaScript.
They helped me practice APIs, styling, and logic and some code is a bit rough.

A netflix clone website using TMDB api that tracks the trending, upcoming, latest, and top-rated movies.

MovieList

A netflix clone website using TMDB api that tracks the trending, upcoming, latest, and top-rated movies.

  • HTML

  • CSS

  • JavaScript

  • TMDB API

A simple web application that computes the mass of an object in a specific planet in the solar system.

Object Mass Calculator

A simple web application that computes the mass of an object in a specific planet in the solar system.

  • HTML

  • CSS

  • JavaScript

A to-do list web application with CRUD feature using JavaScript ES6 and localStorage.

Todo list

A to-do list web application with CRUD feature using JavaScript ES6 and localStorage.

  • HTML

  • CSS

  • JavaScript

A simple random password generator from Frontendmentor.io challenge that can be used to generate secure passwords.

Random Password Generator

A simple random password generator from Frontendmentor.io challenge that can be used to generate secure passwords.

  • HTML

  • CSS

  • JavaScript