Coder Social home page Coder Social logo

contact-list's People

Contributors

alexistercero55 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

contact-list's Issues

Global requirements

Una lista de contactos y deberá cumplir con las siguientes funcionalidades:

  • Mostrar contacto.
  • Crear contacto.
  • Eliminar contacto.
  • Cambiar el estado del contacto entre Conectado y Desconectado.

Assignment

Modals module

  • Code refactoring by import modals from Modals.js.
  • Modal for delete profile option.
  • Modal for new profile action.

FEATURE | new contact item

  • Display form for a new contact.
  • On submit create a new contact oboject.
  • Validate submited data (new issue).
  • Add new contact object to the list for displaying.

Profile data object

  • Define data required for a job profile as an Object,
  • Create a factory function for this data.

Actions to change profile State

Use flux-standard-action to implement state changes on profile data

  • Create an initial state.
  • Define actions to update the State.
  • Create a reducer to perfom state changes according actions definition.
  • Create a context and link whith its reducer and InitialState inside a context provider component.
  • On click changes using dispatch pattern.

First app styling

  • Reset styles.
  • Install bootstrap.
  • Generate responsive app container.

Modal form to add new profile to the list

  • Modal component.
  • Form inside modal.
  • Get {name, email, position, projectID} from the user.
  • Generate new profiole by dispatching an action.
  • (Optional) Add validation.

Dynamic avatar url allocation

  • Use an iterable containing a variation of the next url: 'https://bootdey.com/img/Content/avatar/avatar1.png' changing avatar#1:9.

Like

{
    avatar_n : 'https://bootdey.com/img/Content/avatar/avatarn.png',
     ...
}

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.