└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Ionic 2 by Example 2 | 3 | Here you can find the code for all the examples used in the _Ionic 2 by Example_ course. 4 | 5 | Each sample app is available as a separate branch, and you can look at the commits to see the changes made at each step, as explained in the course: 6 | 7 | * [Love Calculator](https://github.com/mirkonasato/ionic2-by-example/commits/love-calculator) 8 | * [Expense Tracker](https://github.com/mirkonasato/ionic2-by-example/commits/expense-tracker) 9 | 10 | There's also a sample backend project used to demonstrate how to integrate with a RESTful API: 11 | 12 | * [Expense Tracker Backend](https://github.com/mirkonasato/ionic2-by-example/tree/expense-tracker-backend) 13 | 14 | All the code in this repository is released under the [MIT License](https://opensource.org/licenses/MIT), unless otherwise noted. 15 | --------------------------------------------------------------------------------