Frontend application for an e-commerce platform, built with Next.js and TypeScript.
This project is part of a fullstack development learning process and evolves incrementally.
In development
Features are added progressively as the course advances.
- Product listing
- Product details page
- User authentication
- Shopping cart
- API integration
- Next.js
- React
- TypeScript
- CSS / PostCSS
- API integration (REST)
This project was created for learning purposes, focusing on:
- Modern frontend architecture with Next.js
- Component-based UI
- API consumption
- Code organization and scalability
Automated tests will be added in future classes, focusing on:
- Component testing
- Basic integration tests
- Application behavior validation
npm install
npm run dev