QPICK is a React-based online store offering a wide range of iPhone accessories such as cases, screen protectors, chargers, and more. The app utilizes React Router for seamless page navigation without reloading, enhancing the user experience.
You can check out the live demo of the app here.

- React-based: Built using React to ensure a dynamic and responsive UI.
- Product Catalog: Displays various iPhone accessories.
- Seamless Navigation: Utilizes React Router for efficient page navigation.
- Styled with Tailwind CSS: The UI is styled using Tailwind CSS for a modern and clean design.
- Clone the repository:
git clone https://github.com/andriiafanasiev/QPICK.git
- Navigate to the project directory:
cd QPICK
- Install dependencies:
npm install
- Run the application:
npm start