A simple shop app built with React Native and Expo, featuring bottom navigation, a product list, and checkout functionality without using third-party libraries.
- Product List: Display a list of products with an option to add them to the checkout.
- Checkout: View products added to the checkout, with the ability to remove items.
- Order Success: A screen that confirms the order was successful.
- Navigation: Bottom tab navigation for the product list and a stack navigator for the checkout process.
- Clone the repository:
In Terminal run: git clone https://github.com/sammyjay076/ChillShop.git
cd ChillShop
2. Install dependencies npm install
3. Start the expo server: expo start
4. Run on your device: #Use the Expo app on your mobile device #Scan the QR code generated by the Expo server
5. Project structure: #App.js: The main entry point of the app.
#Screens/: Directory containing the app screens
#components/: Direcotry containing the various components in the app.
#assests/: Directory containing the assests used in the app
#data/: Directory containig the data used to populate the product screen