Skip to content

Notes app built with Ionic Framework and using PHP as back-end in the https://github.com/OmarKadish/noteApp_backend repository.

License

Notifications You must be signed in to change notification settings

OmarKadish/my-note

Repository files navigation

my-note

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.

The Code

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.

📷 Preview

Signup:

Login:

Home Page:

Add and edit model:

📶 Technologies

💾 Setup

  • 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.

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ About me