Skip to content

pferreirafabricio/popover-search-ionic

Repository files navigation

Project's logo Popover search

A simple Ionic app to show how to implement a search bar with a popover below it

Badge showing the Github Action status for linting Badge showing the Github Action status for deploying the app to Github Pages License badge

πŸ‘€ Overview

Printscreen of the application in a desktop view Printscreen of the application in a mobile view

Note

Take a look at https://pferreirafabricio.github.io/popover-search-ionic/ for a live test, or you could download the .apk file in the release v0.0.1

πŸ“– About

This project is a simple Ionic app, using VueJS, Ionic, and Capacitor to show how to use the ionic popover component ion-popover to implement the results of an input search below it.

🧱 This project was built with:

πŸƒβ€β™‚οΈ Installing and Running

  1. Clone this repository https://github.com/pferreirafabricio/popover-search-ionic.git
  2. Enter in the project's folder: cd popover-search-ionic
  3. Run npm install
  4. Run npm run serve or npm run dev
  5. Access http://localhost:8080 in your browser and be happy πŸ˜ƒ

♻️ Contribute

  1. Fork this repository
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

πŸ“ƒ License

This project is under the MIT license. Take a look at the LICENSE file for more details.

πŸ“š Learn more