An open API service indexing awesome lists of open source software.

https://github.com/bestbynature/quick-cart-app

This is an e-commerce app built with react-native. It allows the user to browse a list of products, view the details of each and add a chosen product to cart
https://github.com/bestbynature/quick-cart-app

javascript-library react-native react-native-navigation react-scroll

Last synced: 2 months ago
JSON representation

This is an e-commerce app built with react-native. It allows the user to browse a list of products, view the details of each and add a chosen product to cart

Awesome Lists containing this project

README

        

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Quick Cart App](#-Quick-Cart-App)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Live Demo](#live-demo)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [To start the development server](#to-start-the-development-server)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)


# 📖 Quick Cart App

The "Quick Cart" App is a simple e-commerce application that allows users to view a list of products, add products to a cart, and view the cart contents. The application is built using React-Native. The application is designed to be user-friendly with useful comments and messages while in use, with a clean and intuitive user interface. The application is also designed to be scalable and extensible, with a modular architecture that allows for easy integration of new features and functionality.

## 🛠 Built With

### Tech Stack

Project languages and Libraries


  • React-Native

  • JavaScript

### Key Features

- [x] Users can view a list of products
- [x] Users can view product details
- [x] Users can add products to a cart
- [x] Users can view the cart contents
- [x] Users can remove products from the cart
- [x] Users can view the total cost of the cart
- [x] Users can view the total number of items in the cart

### Live Demo

[Please check back for the hosted version](#). The video demonstration is given below:

# [QuickCart_App_Demonstration.mp4](https://drive.google.com/file/d/1qasRT1y4yfy35U0RANIrHPuuFFKm4_5K/view?usp=sharing)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

for cloning follow this steps
- go to the green `code` button at the top left of this Repository
- copy either `SSH` or `https` link depending on your preference and the previous setup you've made on your system
- open your terminal and navigate into your desired folder
- Then run `git clone ` command
- or just download `ZIP` file and extract it.
- Then run `yarn install` or `npm install` to install all dependencies

### Usage
To run the project, execute the following command:

- [x] `npm start` to start the development server
- [x] `The terminal will display a QR code that you can scan using the Expo Go app on your mobile device to run the application on your device`

```sh
- [x] `npm run android` to run the application on an Android emulator
- [x] `npm run ios` to run the application on an iOS emulator
```

(back to top)

## 👥 Author

👤 Author: Damilare

- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)

## 🔭 Future Features

- [x] Add user authentication
- [x] Add user registration
- [x] Add user login
- [x] Add user profile
- [x] Add user orders
- [x] Add user order details
- [x] Add user order history
- [x] Add user order tracking
- [x] Add user order status
- [x] Add user order cancellation

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star or [buy me a coffee](https://www.buymeacoffee.com/dammylare) to show your support!

(back to top)

## 🙏 Acknowledgments

I appreciate [Tobams Group](https://tobamsgroup.com) for providing the inspiration for this work.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)