Coder Social home page Coder Social logo

contact-list's Introduction

My Contact List

contact-mock

Goals

In this app you will build a contact list management tool. This app will allow users to add and remove contacts from their list and mark some contacts as Emergency Contacts.

The Setup

The basic design and layout for this app has been mocked out and the names of the JavaScript functions have all been created. As the developer you will need to work accross HTML, CSS and JavaScript to complete the requirements. In the code you will see several comments intended to be used as help and guidelines on what needs to be accomplished. Once you have achieved the requirements of the app use GitHub to host the page live.

Requirements

Visualization

  • The add contact form can be shown or hidden when necessary
  • Contacts marked as Emergency Contact must be easily distiguished
  • A custom Google Font must be added
  • Contacts are visible when the page reloads

Functionality

  • Add Contact form clears when submitted
  • Add Contact form submission does not reload the page
  • Contacts are stored in local storage.
  • Contacts can be deleted

Step by Step Guide

  1. Add The extra input fields for phone and emergency-contact to the add Contact Form
    • use type checkbox for Emergency Contact
    • Don't forget the name Attribute
  2. Handle the form submission
    • Prevent the page from reloading when submitting the form
    • Pull the form data to get a new contact and give that contact an id
    • Add the new contact to the contacts list
    • Reset the form
    • Save the contacts list
    • Draw the contacts list
  3. Handle Page Refresh
    • Load the contacts list
    • Draw the contacts list
  4. Show and Hide Form on button clicks

contact-list's People

Contributors

thomf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.