This is a Windows Desktop Native UI Multi-Window application created using HTML, CSS3 and Vanilla Javascript that runs on a brower. No JQuery or any Javascript Frameworks used. 100% of the code is written on plain old Javascript. The primary purpose of this application is to demonstrate how we can create rich Windows user interface experience using Javascript and HTML.
This is a single page web application. The look and feel is like a windows application but it is built on HTML, CSS3 and Javascript so it runs on a browser. You can maintain address and print labels using this application.
The UI was created with the help of code from www.techumber.com. You can read the post here. The original code from techumber.com uses jQuery but I have removed all jQuery code and rewrote those code in Javascript.
The app communicates to the database using REST. The REST is a single page php file that can be plugged into any database. The REST API is created from the core of php-crud-api.
If you want you can run this application on your local host. You'll need MySQL and Php. Just run the MySQL script in data/mysql_data.7z file on the MySQL server and it will create the database and load the demo data.
You are free to download and use/modify the code the way you want.
App is running at this URL: https://winui.cherianpaul.com/
UserName : Demo
Password : Demo
You can use any username and password to login. Whatever username and password you use the first time will be saved and you need to use the same username and password to login every time from then on.
Thank you,
Cherian Paul.
Visit me at cherianpaul.com