63 lines
2.4 KiB
Markdown
63 lines
2.4 KiB
Markdown
# Ionic React Conference Application
|
|
|
|
|
|
This application is purely a kitchen-sink demo of the Ionic Framework and React.
|
|
|
|
**There is not an actual Ionic Conference at this time.** This project is just to show off Ionic components in a real-world application.
|
|
|
|
## Angular and Vue versions
|
|
|
|
We've built versions of this Conference app in Angular and Vue for developers that would prefer to use one of those framework options:
|
|
|
|
https://github.com/ionic-team/ionic-conference-app
|
|
|
|
https://github.com/ionic-team/ionic-vue-conference-app
|
|
|
|
## Table of Contents
|
|
- [Getting Started](#getting-started)
|
|
- [App Preview](#app-preview)
|
|
|
|
## Getting Started
|
|
|
|
* [Download the installer](https://nodejs.org/) for Node LTS.
|
|
* Install the ionic CLI globally: `npm install -g ionic`
|
|
* Clone this repository: `git clone https://github.com/ionic-team/ionic-react-conference-app.git`.
|
|
* Run `npm install` from the project root.
|
|
* Run `ionic serve` in a terminal from the project root.
|
|
* Profit. :tada:
|
|
|
|
## App Preview
|
|
|
|
### [Menu](https://github.com/ionic-team/ionic-react-conference-app/blob/main/src/components/Menu.tsx)
|
|
|
|
| Material Design | iOS |
|
|
| -----------------| -----|
|
|
|  |  |
|
|
|
|
|
|
### [Schedule Page](https://github.com/ionic-team/ionic-react-conference-app/blob/main/src/pages/SchedulePage.tsx)
|
|
|
|
| Material Design | iOS |
|
|
| -----------------| -----|
|
|
|  |  |
|
|
|
|
### [Speakers Page](https://github.com/ionic-team/ionic-react-conference-app/blob/main/src/pages/SpeakerList.tsx)
|
|
|
|
| Material Design | iOS |
|
|
| -----------------| -----|
|
|
|  |  |
|
|
|
|
### [Speaker Detail Page](https://github.com/ionic-team/ionic-react-conference-app/blob/main/src/pages/SpeakerDetail.tsx)
|
|
|
|
| Material Design | iOS |
|
|
| -----------------| -----|
|
|
|  |  |
|
|
|
|
### [About Page](https://github.com/ionic-team/ionic-react-conference-app/blob/main/src/pages/About.tsx)
|
|
|
|
| Material Design | iOS |
|
|
| -----------------| -----|
|
|
|  |  |
|
|
|
|
|