Consneakers
A sneakers e-commerce built while learning full-stack development at Catamyst (now Bearmentor) — browse, pick a pair, and check out.
About the project
Consneakers is a sneakers e-commerce where customers can browse the catalog, pick a pair, and go through checkout. I built it during my time at Catamyst — now Bearmentor — the web development program led by M Haidar Hanif.
What it does:
- Browse sneakers by category
- Product detail pages
- Cart and checkout flow with shipping and payment forms
- Form handling with conform-to, validated with Zod
Tech stack
- React Router v7 and React 18 for the front end
- Prisma with PostgreSQL for the database
- Tailwind CSS and Radix UI primitives for styling and accessible components
- conform-to + Zod for forms
This was my first real full-stack project, and it taught me more than any tutorial: how to design a database schema, validate user input, and wire up a checkout flow end to end. It also taught me to read other people's code and ask for help when I'm stuck.