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
- Host: GitHub
- URL: https://github.com/bestbynature/quick-cart-app
- Owner: Bestbynature
- License: mit
- Created: 2024-04-11T09:08:44.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T17:09:44.000Z (about 1 year ago)
- Last Synced: 2025-02-10T21:38:48.225Z (4 months ago)
- Topics: javascript-library, react-native, react-native-navigation, react-scroll
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
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.
Project languages and Libraries
- React-Native
- JavaScript
- [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
[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)
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
```
👤 Author: Damilare
- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)
- [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
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star or [buy me a coffee](https://www.buymeacoffee.com/dammylare) to show your support!
I appreciate [Tobams Group](https://tobamsgroup.com) for providing the inspiration for this work.
This project is [MIT](./LICENSE) licensed.