This is my online store frontend project built with Next.js and TypeScript. I started developing it to improve my frontend skills and strengthen my understanding of modern React architecture.
Clone the repository:
git clone https://github.com/AlexandruChet/frontend-online-store
Go to the project folder:
cd online_store
Install dependencies:
npm install
Run the development server:
npm run dev
This project is part of my learning journey, so the code may not be perfect. I’m actively improving it and applying best practices.