Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igordevlima/ionic-e-commerce
Simple e-commerce Web app example developed with Ionic and React.
https://github.com/igordevlima/ionic-e-commerce
e-commerce ionic react webapp
Last synced: 25 days ago
JSON representation
Simple e-commerce Web app example developed with Ionic and React.
- Host: GitHub
- URL: https://github.com/igordevlima/ionic-e-commerce
- Owner: igorDevLima
- Created: 2024-05-08T22:40:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T13:32:16.000Z (6 months ago)
- Last Synced: 2024-09-26T09:02:50.761Z (about 1 month ago)
- Topics: e-commerce, ionic, react, webapp
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Web App E-commerce :sunglasses:
Simple e-commerce Web app example developed with Ionic and React.
## Features
- :iphone: It can be accessed on different devices such as computers, tablets, and smartphones, making it accessible to a wide audience
## Usage
To get started with this Ionic project with React, follow these steps:
### 1. Enter the app directory:
```shell
cd app```
### 2. Install the dependencies:
```shell
npm install
```### 2. Run the application:
```shell
ionic serve
```## Technology
![Ionic](https://img.shields.io/badge/Ionic-3880FF?style=for-the-badge&logo=ionic&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)### Front-end :nail_care:
| Technology | Description |
|------------|-------------|
| [**Ionic**](https://ionicframework.com/) | An open source mobile UI toolkit for building modern, high quality cross-platform mobile apps from a single code base in React, Vue and Angular. |
| [**React**](https://reactjs.org/) | The most popular JavaScript library for building user interfaces. |
| [**Typescript**](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. | |