git clone https://github.com/m1rageLA?tab=repositories internet-store
cd ./internet-store
git checkout -b dev # or create another branch
npm install
npm run devYou can check out the deployed version of the project here: 🔗 https://internet-store-d7a86.web.app/
This project was created by a team of developers to explore and apply Agile and SCRUM methodologies in practice.
🎯 The focus was not on building a polished product, but on establishing effective collaboration between developers, the Scrum Master, and a hypothetical Product Owner.
- Weekly stand-up meetings and sprint reviews were conducted to assess progress.
- Sprint retrospectives were held at the end of each sprint to reflect and improve.
- The team adopted the strategy: "Learn first, build later."
- The first sprint was fully dedicated to learning new technologies, setting a foundation for further developments.
- React, Firebase, MUI, GitHub
- Scrum Manager oraz Backend: Tymur Rozhkovskyi
- Frontend Developer: Rafał Całuch
- Frontend Developer: Alex Wróbel
- Frontend Developer: Ruslan Shatkun
- Tester: Yauheni Yelyashevich
- Tester: Wojciech Maksymiuk
pages/– main routescomponents/– UI elements likeHeader,ProductCardcontext/– global state (Cart, Category)firebase.js– Firebase config
- Product listing & category filtering
- Shopping cart with Firebase sync
- Auth integration planned
- Basic responsive UI
- Using Vitest
- GitHub Actions
- Hosted on Firebase:
Live Demo