MyNote app focuses on being simple.
This app had been built with Ionic Framework and using PHP as the back-end in the https://github.com/OmarKadish/noteApp_backend.git repository.
This is an Ionic App. Ionic allows us to build native iOS and Android applications, and mobile-ready Progressive Web Apps and this allows us to develop faster.
We used also Ionic Capacitor; a cross-platform native bridge that allows you to turn any web project into a native iOS or Android mobile application.
As for the server-side, we used PHP to provide the connections with the MySql database through API.
Signup:
Login:
Home Page:
Add and edit model:
- Clone the repo
git clone https://github.com/OmarKadish/my-note.git
- Run
npm install
to install all dependencies. - Clone the back-end repo to your www directory or the root folder of your web server like XAMPP, Wamp, usewebserver, etc.
- Run
ionic serve
in my-note to start the development environment.
- This project is licensed under the terms of the MIT license.
- Repo created by Omar Kadish, Portfolio: Omar