Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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. | |