Skip to content

My project for the "Ionic 3 para Iniciantes" (Ionic 3 for beginners) Udemy course

Notifications You must be signed in to change notification settings

g-otn/ionic-3-beginners-course

 
 

Repository files navigation

ionic-3-beginners-course

This Ionic 3 uses The Movie Database API to display recent popular movies in a feed.

This is my course project for the "Ionic 3 para Iniciantes" (Ionic 3 for beginners) Udemy course.

Download

Android APK: Direct | Releases

Running

Requirements: Node.js and npm

To simply run the app on your browser follow these steps:

  1. Clone the repository:
git clone https://github.com/g-otn/ionic-3-beginners-course
  1. Install Ionic CLI
npm install -g ionic
  1. Install the project dependencies (might take a while)
cd ionic-3-beginners-course/
npm install
  1. Start the project:
ionic serve

Check out the Ionic docs to see how to emulate/run on devices, build APKs, etc.

Acknowledgements

leluque for assigning me this project's course.

About

My project for the "Ionic 3 para Iniciantes" (Ionic 3 for beginners) Udemy course

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 45.9%
  • HTML 31.4%
  • CSS 18.2%
  • JavaScript 4.5%