https://github.com/ionic-team/ionic-stencil-conference-app
A conference app built with Stencil to demonstrate Ionic
https://github.com/ionic-team/ionic-stencil-conference-app
stenciljs
Last synced: 4 months ago
JSON representation
A conference app built with Stencil to demonstrate Ionic
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-stencil-conference-app
- Owner: ionic-team
- License: mit
- Archived: true
- Created: 2018-03-05T15:50:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T23:42:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T21:58:36.454Z (about 1 year ago)
- Topics: stenciljs
- Language: TypeScript
- Homepage:
- Size: 14.9 MB
- Stars: 90
- Watchers: 13
- Forks: 30
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Stencil Conference Application
This application is purely a kitchen-sink demo of the Ionic Framework and Stencil.
**There is not an actual Ionic Conference at this time.** This project is just to show off Ionic components in a real-world application.
## Table of Contents
- [Getting Started](#getting-started)
- [App Preview](#app-preview)
## Getting Started
* [Download the installer](https://nodejs.org/) for Node LTS.
* Clone this repository: `git clone https://github.com/ionic-team/ionic-stencil-conference-app.git`.
* Run `npm install` from the project root.
* Run `npm start` from the project root.
## App Preview
### [Menu](https://github.com/ionic-team/ionic-stencil-conference-app/blob/master/src/components/app-root/app-root.tsx)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Schedule Page](https://github.com/ionic-team/ionic-stencil-conference-app/blob/master/src/components/page-schedule/page-schedule.tsx)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Speakers Page](https://github.com/ionic-team/ionic-stencil-conference-app/blob/master/src/components/page-speaker-list/page-speaker-list.tsx)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [Speaker Detail Page](https://github.com/ionic-team/ionic-stencil-conference-app/blob/master/src/components/page-speaker-detail/page-speaker-detail.tsx)
| Material Design | iOS |
| -----------------| -----|
|  |  |
### [About Page](https://github.com/ionic-team/ionic-stencil-conference-app/blob/master/src/components/page-about/page-about.tsx)
| Material Design | iOS |
| -----------------| -----|
|  |  |