Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)