Skip to content

codevbk/web_note_app_with_jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Note App with jQuery

It is a simple application that we can create, read, update and delete (CRUD) operations for notes in DOM using jQuery library.

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-24

Added

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published