Projects

A lot of ideas, but some are still under construction!

Reveal - AI Conversion Analyzer

Reveal - AI Conversion Analyzer

An innovative web application that leverages advanced AI (GPT-5.2) to analyze web page content and copy, predicting conversion rates and providing actionable feedback to optimize user engagement and sales.

tech
tech
tech
tech
tech
AI-Powered Resume Analyzer

AI-Powered Resume Analyzer

An innovative web application that leverages AI (GPT-5) to analyze resumes against job descriptions, providing instant fit scores and actionable feedback to optimize job applications.

tech
tech
tech
tech
tech
tech
tech
Ethio Shop Ecommerce

Ethio Shop Ecommerce

A sleek and scalable ecommerce app built with modern tools like Next.js and Stripe. Features include product browsing, secure checkout, and responsive performance for a smooth shopping experience.

tech
tech
tech
tech
tech
Drivezy Car Rental

Drivezy Car Rental

A comprehensive car‑rental platform built with Vite, React, and TypeScript. Users can browse the fleet, filter cars by make, model, price, or features, and place bookings through a fast, responsive interface backed by a secure Node/Express API and MongoDB database.

tech
tech
tech
tech
tech
tech
NextJobs

NextJobs

A modern job application platform built with Next.js and a Node.js/Express backend. Users can browse job listings, filter by category or location, and apply directly with an intuitive and responsive interface.

tech
tech
tech
tech
tech
tech
tech
Bet Real Estate Platform

Bet Real Estate Platform

A dynamic real estate platform built with the MERN stack. Enables users to explore properties, connect with agents, and manage listings through a clean, responsive interface and robust backend.

tech
tech
tech
tech
tech
projects.ts
1export const projects = [
2  {
3    title: "AI-Powered Resume Analyzer",
4    description: "Analyzes resumes against job descriptions using GPT-5.",
5    tech: ["Next.js", "TypeScript", "OpenAI API"],
6    live: "https://quantumcv.vercel.app/",
7  },
8  {
9    title: "Ethio Shop Ecommerce",
10    description: "Full-stack ecommerce with Stripe payments.",
11    tech: ["Next.js", "Stripe", "MongoDB"],
12    live: "https://ethio-shop.vercel.app/",
13  },
14  {
15    title: "Drivezy Car Rental",
16    description: "Car booking platform with complex filtering.",
17    tech: ["React", "Node.js", "MongoDB"],
18    live: "https://drivezy-car-rental.vercel.app/",
19  },
20  // ... more projects
21];