A React Native sneaker shopping app built with Expo. Browse sneakers, view detailed product information, select sizes, and manage your shopping cart. All in a smooth mobile experience.
- Browse a list of sneakers with images, prices, and sizes
- View detailed product information including multiple images and descriptions
- Add and remove items from your shopping cart
- Select shoe sizes before adding to cart
- Responsive design for mobile screens
- Product Screen : Displays all available sneakers
- Product Details Screen : Shows detailed info and multiple images of a sneaker
- Shopping Cart Screen : View and manage items you want to purchase
- React Native
- Expo
- JavaScript / JSX
- Clone the repository:
git clone https://github.com/yourusername/kickcart.git- Install dependencies:
cd kickcart
npm install- Start the Expo server:
npm start- Scan the QR code with the Expo Go app on your phone (Or run on an emulator using Android Studio or any other mobile development IDE)