Ionic Angular Conference App
April 18, 2025 ยท View on GitHub
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
๐งฑ Framework Variants
This app is also available in other frameworks:
- ๐ Ionic React Conference App
- ๐ 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
- npm (included with Node.js)
- Ionic CLI โ Install globally:
npm install -g @ionic/cli - Angular CLI โ Install globally:
npm install -g @angular/cli
Installation
- Clone the repository:
git clone https://github.com/ionic-team/ionic-conference-app.git - Navigate into the project:
cd ionic-conference-app - Install dependencies:
npm install - Start the dev server:
ionic serve - Open your browser to:
http://localhost:8100
๐ค Contributing
We welcome contributions! Please see our Contributing Guide for details on how to submit pull requests, report issues, and contribute to the project.
๐ License
This project is licensed under the MIT License.