Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wendelladriel/php-jquery-test
Simple Test using PHP, jQuery, MySQL and data in .csv file
https://github.com/wendelladriel/php-jquery-test
example exercise javascript jquery php
Last synced: 22 days ago
JSON representation
Simple Test using PHP, jQuery, MySQL and data in .csv file
- Host: GitHub
- URL: https://github.com/wendelladriel/php-jquery-test
- Owner: WendellAdriel
- Created: 2016-02-17T12:04:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T18:10:34.000Z (over 8 years ago)
- Last Synced: 2024-05-02T02:37:01.612Z (7 months ago)
- Topics: example, exercise, javascript, jquery, php
- Language: HTML
- Size: 702 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP/jQuery Test
> Simple Test using PHP, jQuery, MySQL and data in .csv file
## Test
- Import the data in `db/data.csv` to a database
- Create an `index.html` file with a input field
- Use jQuery and PHP to implement an autocomplete feature in the input field
- The search must start only when there's 3 or more letters typed in the field
- Must show a loading animation
- The result of the search must be the 10 most populous cities based on the user input
- When the user presses enter he must be redirected to the slug of the chosen city (you don't need to create this page)