joshgh / address-book-ip

Independent Project for Epicodus PHP Week 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Book

Web App to create an address book with contact information, September 9, 2016

By Joshua Huffman

Description

This is a web app which allows a user to create a list of contacts with name, address, and phone number and will display that information back to the user. This web app is the independent project for week 1 of the Epicodus PHP class.

Setup/Installation Requirements

  • Clone the repository to your computer
  • Make sure you have php installed and composer installed globally on your system
  • Run "composer install" from the console while in address-book-ip/
  • Start web server at localhost:8000 with address-book-ip/web as the root. If using built in php development server you can run "php -S localhost:8000" from the console after navigating to "address-book-ip/web"
  • Visit localhost:8000/ using your browser of choice

Specifications

  • Display contact information including name, phone number, and address
  • Allow the user to create a new contact
  • Allow the user to save multiple contacts
  • Allow the user to delete all contacts

Support and contact details

Contact me at j.m.huffman@gmail.com with any comments or questions.

Technologies Used

This web app is written in php. It uses silex for the framework and twig for html templating.

License

MIT License

Copyright (c) 2016 Joshua Huffman

About

Independent Project for Epicodus PHP Week 1


Languages

Language:HTML 49.0%Language:PHP 42.1%Language:CSS 8.9%