https://github.com/davidyslu/backend_practice
Website Simple Back-end Practice
https://github.com/davidyslu/backend_practice
html
Last synced: about 1 year ago
JSON representation
Website Simple Back-end Practice
- Host: GitHub
- URL: https://github.com/davidyslu/backend_practice
- Owner: davidyslu
- Created: 2017-07-20T09:52:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T11:27:46.000Z (over 8 years ago)
- Last Synced: 2025-05-14T10:33:21.581Z (about 1 year ago)
- Topics: html
- Language: CSS
- Size: 1.19 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Backend Practice
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
This practice is a simple implementation to the basic back-end techniques, including `GET`, `POST`, and AJAX methods.
## Introduction
This repository is a simple implementation to `GET`, `POST`, and AJAX methods. This practice contain client and server code, you can compare the different among above. The demo is in the following link.
## [Demo](#)

## Description
* `index.html`
* `./js` - contain all `.js` file
* `get.js` - implememt `GET` method
* `post.js` - implement `POST` method
* `ajax.js` - implement `AJAX` method
* `search.js` - return result
* `filter.js` - filter the data according to the user input
* `./data` - contain a simple data as example
* `country.json` - example data for this practice
## TODO
(Update soon.)
## Author
* [Yung-Sheng Lu](https://github.com/yungshenglu)
---
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)