Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.34 KB

README.md

File metadata and controls

97 lines (67 loc) · 2.34 KB

📱 Fruit Hungar

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.

🚀 Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed on your system:

Installation

Follow these steps to get started with the project:

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo.git
    cd your-repo
  2. Install dependencies:

    npm install

Running the App

On Browser (Development Mode)

To run the app in a web browser for development purposes, use the following command:

ionic serve

On iOS

To run the app on an iOS device or simulator:

ionic capacitor run ios

On Android

To run the app on an Android device or emulator:

ionic capacitor run android

📂 Project Structure

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

🛠️ Built With

  • Angular - A platform for building mobile and desktop web applications.
  • Ionic - A complete open-source SDK for hybrid mobile app development.

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details.

✨ Contributing

We welcome contributions to this project.

🤩 Demo

2024-05-26.10.53.30.mov

Happy Coding! 😊