This repository contains my solution for the kadasolutions interview task, focusing on a product listing page. It showcases responsive design, efficient data management, and a user-friendly interface.
git clone https://github.com/vikorbogdan/kadasolutions-interview.git
npm install
- Create a Firebase project and configure it with this application.
- Ensure Firestore and Firebase Authentication are set up.
- Set up necessary environment variables for Firebase and other services.
For development:
npm run dev
For production build:
npm run build
npm start
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.