Skip to content

lheredias/contactable-API-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contactable

Contactable is a vanilla JS API client, developed as part of a project from Codeable's web-development bootcamp 💻.

Screenshots

Authors:

Description

Keeping track of contact emails and phone numbers in your local memory (your brain) is something from the past. Contactable makes your life easier by keeping track of all that information for you.

Resources

Features

  • User can sign up, login and logout.
  • Token is stored in session storage.
  • User can create, edit and delete a contact.
  • User can add and remove a contact from a a favorite list.

Complexity

  • Makes use of JS modules and DOM injection.