https://github.com/salimer/e-commerce_flutter
Simple E-Commerce app is an Android/IOS app that uses the FakeStore API to fetch data for an e-commerce store. The landing screen shows the categories then products inside a category and finally a product details with a add to cart button.
https://github.com/salimer/e-commerce_flutter
dart flutter
Last synced: about 1 year ago
JSON representation
Simple E-Commerce app is an Android/IOS app that uses the FakeStore API to fetch data for an e-commerce store. The landing screen shows the categories then products inside a category and finally a product details with a add to cart button.
- Host: GitHub
- URL: https://github.com/salimer/e-commerce_flutter
- Owner: Salimer
- License: mit
- Created: 2024-02-27T05:55:45.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-04T13:52:41.000Z (about 2 years ago)
- Last Synced: 2024-04-05T13:52:17.659Z (about 2 years ago)
- Topics: dart, flutter
- Language: Dart
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to my project 😃
Simple E-Commerce app
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Simple_E-Commerce_app\] ](#-todo-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Simple E-Commerce app** is an Android/IOS app that uses the FakeStore API to fetch data for an e-commerce store. The landing screen shows the categories then products inside a category and finally a product details with a add to cart button.
Client
- **Easy to the eyes and cultivating at the same time**
- **Dynamic creation of content**
To get a local copy up and running, follow these steps:
- Clone this repo as described in the setup section.
- Make modifications as preferred
### Prerequisites
In order to run this project you need: Flutter SDK installed on your machine
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Salimer/E-Commerce_Flutter.git
```
using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/Salimer/E-Commerce_Flutter.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
- Run ` flutter pub get `
### Usage
To run the project, execute the following command:
- Run `flutter run`
### Run tests
To run tests, run the following command:
- Run `flutter test`
👤 **Salim Bamahfoodh**
- GitHub: [@Salimer](https://github.com/Salimer)
- LinkedIn: [Salim Bamahfoodh](https://www.linkedin.com/in/sbamahfoodh/)
Future changes:
- Add animations and transitions
- Add more styles and colors
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Salimer/Math-magicians/issues).
Give a ⭐️ if you like this project!
- Thanks for checking my project
This project is [MIT](./LICENSE) licensed.