SamyrOR / ionic-recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase logo Ionic + Angular logo Angular

A basic application to study and practice Ionic knowledge

GitHub language count GitHub language count GitHub last commit

🚧 Done πŸš€ 🚧

Table of contents


πŸ’» About

I try to find out how to create front-end of mobile apps with technologies that i already know know/study, find ionic and love how it works, done this little project got get familiarized with the framework based on Ionic 4 & Angular Tutorial For Beginners - Crash Course

βš™οΈ Features

  • Ionic Components
    • App
    • Header
    • Toolbar
    • Buttons
    • Content
    • Grid/Col/Rows
    • List
    • Alert
    • Helper class

πŸ’‘ How it works

Pre-requisites

Ensure you have npm installed to run npm install after cloning the project

Development server

Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

Build for Android

Run `ionic capacitor add android` to build the project. The build artifacts will be stored in the `dist/` directory.

Build for IOS

Run `ionic capacitor add ios` to build the project. The build artifacts will be stored in the `dist/` directory.
## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

πŸ›  Tech stack

The following tools were used in the construction of the project:


πŸ’ͺ How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save your changes and create a commit message telling you what you did: git commit -m" feature: My new feature "
  4. Submit your changes: git push origin my-feature

    If you have any suggestion, tip or compliment, please leave a issue


Made with love by Samyr Ribeiro πŸ‘‹πŸ½ Get in Touch!

About


Languages

Language:TypeScript 46.4%Language:SCSS 24.0%Language:Swift 10.2%Language:JavaScript 6.8%Language:HTML 6.6%Language:Java 3.8%Language:Ruby 2.3%