Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abiruzzamanmolla/ajax-php-crud
https://github.com/abiruzzamanmolla/ajax-php-crud
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abiruzzamanmolla/ajax-php-crud
- Owner: AbiruzzamanMolla
- Created: 2019-09-27T06:37:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T06:38:14.000Z (over 5 years ago)
- Last Synced: 2024-05-21T00:26:52.127Z (8 months ago)
- Language: Hack
- Size: 521 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complete a simple CRUD operations application. Follow below requirements
- Use your own idea for project specifications ✔️
- Just do these operations: Insert, List, Show, Update and Delete ✔️
- Insert form should have minimum 10 fields #Done
- Use below input type fields minimum one time
* Text ✔️
* Email ✔️
* Password ✔️
* Radio ✔️
* Datetime ✔️
* Checkbox ✔️
- Use JavaScript or jQuery for forms validation ✔️
- Use AJAX for data insert, update and delete ✔️
- Use Bootstrap for UI ✔️
- Use PHP as server side language ✔️
- Use MySQL as database ✔️