https://github.com/ionic-team/ionic-conference-app
A conference app built with Ionic to demonstrate Ionic
https://github.com/ionic-team/ionic-conference-app
Last synced: 12 days ago
JSON representation
A conference app built with Ionic to demonstrate Ionic
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-conference-app
- Owner: ionic-team
- License: other
- Created: 2015-09-29T18:13:45.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T14:09:05.000Z (26 days ago)
- Last Synced: 2025-05-11T18:04:02.395Z (14 days ago)
- Language: TypeScript
- Homepage: https://ionic-conference-app-eta.vercel.app
- Size: 127 MB
- Stars: 3,602
- Watchers: 216
- Forks: 1,825
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ionic-conference-app - A conference app built with Ionic to demonstrate Ionic (TypeScript)
README
# Ionic Angular Conference App
[](https://ionicframework.com)
[](https://angular.io)
[](LICENSE)This is a **kitchen-sink demo application** built with **Ionic Framework** and **Angular**. It showcases a wide range of Ionic components and features in the context of a fictional tech conference app.
**Note**: There is no actual Ionic Conference. This project is purely for demonstration purposes.
👉 [Try the Live Demo](https://ionic-conference-app-git-main-ionic1.vercel.app/app/tabs/schedule)
## 🧱 Framework Variants
This app is also available in other frameworks:
- 🔗 [Ionic React Conference App](https://github.com/ionic-team/ionic-react-conference-app)
- 🔗 [Ionic Vue Conference App](https://github.com/ionic-team/ionic-vue-conference-app)
- ✅ **You're viewing the Angular version**## ✨ Features
- Browse conference schedule with filtering
- View speaker bios and session details
- User authentication and profile management
- Interactive maps for venue navigation
- Push notifications support
- Dark/Light mode toggling
- Cross-platform support: iOS, Android, and Web## ⚙️ Getting Started
### Prerequisites
- Node.js (LTS version recommended) → [Download](https://nodejs.org/)
- npm (included with Node.js)
- Ionic CLI → Install globally:
```bash
npm install -g @ionic/cli
```
- Angular CLI → Install globally:
```bash
npm install -g @angular/cli
```### Installation
1. Clone the repository:
```bash
git clone https://github.com/ionic-team/ionic-conference-app.git
```
2. Navigate into the project:
```bash
cd ionic-conference-app
```
3. Install dependencies:
```bash
npm install
```
4. Start the dev server:
```bash
ionic serve
```
5. Open your browser to:
```
http://localhost:8100
```## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guide](.github/CONTRIBUTING.md) for details on how to submit pull requests, report issues, and contribute to the project.
## 📄 License
This project is licensed under the MIT [License](./LICENSE).