Projects

Explore my work. Filter by tag or search.

Website Portfolio

Website Portfolio

I’ve just launched the first version of my personal portfolio at edipomarques.io. The site showcases selected projects, a clean About timeline, and a lightweight “Recent Posts” feed. Under the hood: Next.js (App Router) + TypeScript, Tailwind CSS, and a data-driven content model. Deployments are automated via Git + Vercel on every push. Roadmap: dark mode, richer project pages, and a simple content workflow so posting updates is even faster.

Next.jsTypeScriptRAGAI
View details
Fake news Detector

Fake news Detector

Updates coming soon..

Next.jsTypeScriptRAGOpenAI
View details
CRUD To-Do List Application

CRUD To-Do List Application

A small full-stack app that demonstrates Create, Read, Update and Delete for tasks. I focused on clean code, end-to-end typing, and a straightforward UX: open tasks appear on top, completed ones at the bottom. Data is kept in memory (per the challenge), but the code is structured to plug in a database later.

CRUDNode.jsHTML/CSSFull-Stack
View details