This project is an IONIC version of my Angular project: https://github.com/fransyozef/crud-example-angular. Please read the Medium post about this project: https://medium.com/@fransyozef/transition-an-angular-6-project-to-ionic-4-fe46c12210e2
The purpose of this project is a little demonstration about how to
- structure your components
- do CRUD api calls
- IONIC 4
- Angular 6 (https://angular.io/)
- A fake backend service to handle the api request
- Angular Routing system
- Some RxJS function (http://reactivex.io/)
- Feature "Items" : Add / Delete / Edit items using CRUD (Create Read Update Delete) methods
- Install NodeJS (https://nodejs.org)
- Install IONIC (https://ionicframework.com/getting-started#cli)
- Open your termninal and navigate to the project root folder and enter :
npm install
- Next you can start the project in your brower :
ionic serve
Well that's it for now. You can find me on linkedIn : https://www.linkedin.com/in/fransjoleihitu/
Also read my articles on Medium and clap me :) : https://medium.com/@fransyozef
And checkout out my Instagram page: https://www.instagram.com/thehangrycoder/
If you have any questions/suggestions please don't hessitate.
Amatoooooo
Fransjo Leihitu
MIT
DISCLAIMER THIS PROJECT IS AS IS.
Free Software, Hell Yeah!