/resturant-menu-app

Ionic mobile app

Primary LanguageTypeScript

Restaurant Menu Mobile App

Frontend project

Ionic · Angular


Table of Contents
  1. About the project
  2. Structure
  3. Preview
  4. Installation and Setup Instructions
  5. Stack
  6. Contributing
  7. License
  8. Contact

About the project

Frontend asignment project from the Ironhack bootcamp. The goal is building a website with CRUD operations using the Ionic Framework and Angular.

  • Trello : here you can find the link to the trello.
  • Presentation : here you can find the link to the presentation.

Project assets

  • Figma : here you can find the link to the wireframe ideas to develop the project

(back to top)

Preview

Restaurant App Preview

(back to top)

Structure

├─ app
|  ├─ auth
|  |  ├─ auth-routing.module.ts
|  |  ├─ auth.guard.spe.ts
|  |  ├─ auth.guard.ts
|  |  ├─ auth.module.ts
|  |  ├─ auth.page.html
|  |  ├─ auth.page.scss
|  |  ├─ auth.page.spec.ts
|  |  ├─ auth.page.ts
|  |  ├─ auth.srvice.spec.ts
|  |  ├─ auth.service.ts
|  |  └─ user.model.ts
|  ├─ contact
|  |  ├─ contact-routing.module.ts
|  |  ├─ contact.module.ts
|  |  ├─ contact.page.html
|  |  ├─ contact.page.scss
|  |  ├─ contact.page.spec.ts
|  |  └─ contact.page.ts
|  ├─ home
|  |  ├─ home-routing.module.ts
|  |  ├─ home.module.ts
|  |  ├─ home.page.html
|  |  ├─ home.page.scss
|  |  ├─ home.page.spec.ts
|  |  └─ home.page.ts
|  ├─ products
|  |  ├─ detail-product
|  |  |  ├── detail-product-routing.module.ts
|  |  |  ├── detail-product.module.ts
|  |  |  ├── detail-product.page.html
|  |  |  ├── detail-product.page.scss
|  |  |  ├── detail-product.page.spec.ts
|  |  |  └── detail-product.page.ts
|  |  ├─ edit-product
|  |  |  ├── edit-product-routing.module.ts
|  |  |  ├── edit-product.module.ts
|  |  |  ├── edit-product.page.html
|  |  |  ├── edit-product.page.scss
|  |  |  ├── edit-product.page.spec.ts
|  |  |  └── edit-product.page.ts
|  |  ├─ new-product
|  |  |  ├── new-product-routing.module.ts
|  |  |  ├── new-product.module.ts
|  |  |  ├── new-product.page.html
|  |  |  ├── new-product.page.scss
|  |  |  ├── new-product.page.spec.ts
|  |  |  └── new-product.page.ts
|  |  └─ product-item
|  |     ├── product-item.components.html
|  |     ├── product-item.components.scss
|  |     ├── product-item.components.spec.ts
|  |     └── product-item.components.ts
|  ├─ product.model.ts
|  ├─ product.service.ts
|  ├─ product.module.ts
|  ├─ product-routing.module.ts
|  ├─ product.page.html
|  ├─ product.page.scss
|  ├─ product.page.spec.ts
|  └─ product.page.ts
├── assets
├── environments
├── theme
├── global.scss
├── index.html
├── main.ts
├── polyfills.ts
├── test.ts
└── zone-flags.scss

(back to top)

Usage

  • You can have a basic structure working for a restaurant website

(back to top)

Installation and Setup Instructions

  • Clone the repositoy: https://github.com/YehosuaEs/resturant-menu-app
  • Creating a fork of this repository.
  • download the the repository to your local machine.
    git clone https://github.com/YehosuaEs/resturant-menu-app
    

Prerequisites

npm-install

run server

Open the folder with all the directory an in terminal Run

ionic serve

and then avigate to your http://localhost:.../. The application will automatically reload if you change any of the source files.

(back to top)

Stack

Ionic    Angular    Typescript    HTML5    CSS3    CSS3   

(back to top)

Contributing

Contributions are what make us an amazing community and amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Copyright (c) 2022 Yehosuá Escobedo. Code released under the MIT License.
See LICENSE for more information.

(back to top)

Contact

Yehosuá Escobedo Linkedin
Email: yehosuaes@gmail.com
Project Limk: https://github.com/YehosuaEs/resturant-menu-app

(back to top)