Skip to content

codevbk/web_note_app_with_jquery_ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Note App with jQuery AJAX

It is a simple application where we can create, read, update and delete (CRUD) notes with AJAX using the jQuery library and other PHP classes.

commands before running the script on terminal(commandline,powershell etc.)

composer dump-autoload -o

Run script on browser (Apache, XAMPP, WAMP etc.)

[IP_ADDRESS_OR_HOSTNAME]
[IP_ADDRESS_OR_HOSTNAME]/web_note_app

Run script with composer on terminal

composer run-script start-webserver

Technologies

PHP jQuery Bootstrap

Config

./src/config.php

define('ONLINE', false); // for css & js libraries (false = local file, true = remote file)

Changelog

[UNRELEASED] - 2023-04-28

Added

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published