goncaloperes / Project-AJAX-AddressBook

Single Page Application (SPA) written in PHP along with jQuery and AJAX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddressBook

GitHub Watches GitHub Starts GitHub Forks

Custom AddressBook application written in PHP with jQuery and AJAX. AJAX is used to fetch, add and edit contacts. Users are able to delete contacts as well.

The app's User Interface is responsive and it was build using the Foundation Framework.


Application

User Interface

Loading the Contact List.

Contact List.


Usage

Development

Contributions are welcome!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug, kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.


Built with

  • jQuery - AJAX - Ajax (Asynchronous Javascript and XML) is a subset of javascript. Ajax is way for the client-side browser to communicate with the server without having to perform a page refresh. jQuery is a javascript library that standardizes the javascript differences cross-browser.
  • Foundation - Responsive front-end framework.

Team

Gonçalo Peres Goncalo Peres.com
Gonçalo Peres Official Site

License

MIT © Gonçalo Peres

About

Single Page Application (SPA) written in PHP along with jQuery and AJAX

License:MIT License


Languages

Language:PHP 90.3%Language:JavaScript 7.5%Language:CSS 2.2%