Welcome to the Mobile Application Project! This project is built using Angular and Ionic to create a cross-platform mobile application for both iOS and Android devices.
These instructions will help you set up and run the project on your local machine for development and testing purposes.
Make sure you have the following installed on your system:
Follow these steps to get started with the project:
-
Clone the repository:
git clone https://github.com/yourusername/your-repo.git cd your-repo
-
Install dependencies:
npm install
To run the app in a web browser for development purposes, use the following command:
ionic serve
To run the app on an iOS device or simulator:
ionic capacitor run ios
To run the app on an Android device or emulator:
ionic capacitor run android
Here is an overview of the project's structure:
src/
├── app/ # Core application files
│ ├── pages/ # Page components
│ ├── compoments/ # Components
│ ├── shared/ # Services, Directives
│ ├── app.component.ts
│ ├── app.module.ts
│ ├── app-routing.module.ts
├── assets/ # Assets like images, icons, etc.
├── environments/ # Environment configuration files
├── theme/ # SCSS theme files
├── index.html
├── main.ts
├── polyfills.ts
├── styles.scss
- Angular - A platform for building mobile and desktop web applications.
- Ionic - A complete open-source SDK for hybrid mobile app development.
This project is licensed under the MIT License - see the LICENSE.md file for details.
We welcome contributions to this project.
2024-05-26.10.53.30.mov
Happy Coding! 😊