/php_address-book

Live site link on repo! PHP: Wk 1 Code Review: Address book constructed using Silex and Twig. Application deployed using Heroku (which was not in the curriculum).

Primary LanguageHTML

Address Book Webpage

A webpage that acts as an address book, 10 February 2017

By Michaela Davis

To see the site live, click the link below:

Live Address Book

Description

A webpage that allows a user to enter a contact including a person's name, phone number and address. It also allows a user to save a contact, view contacts list, and delete the list.

Setup/Installation Requirements

  • In terminal run the following commands to setup the database:
  1. Fork and clone this repository from gitHub.
  2. Navigate to the root directory of the project in which ever CLI shell you are using and run the command: composer install.
  3. Create a local server in the /web directory within the project folder using the command: php -S localhost:8000 (assuming you are using a mac).
  4. Open the directory http://localhost:8000/ in any standard web browser.

Known Bugs

None so far.

Support and contact details

Please contact michaela.delight@gmail.com with concerns or comments.

Technologies Used

  • HTML
  • CSS
  • PHP
  • Silex
  • Twig
  • Composer

License

MIT license

Copyright (c) 2017 Michaela Davis