Contactable is a vanilla JS API client, developed as part of a project from Codeable's web-development bootcamp 💻.
- 👽 lheredias (Javascript)
- 👽 Diego12996 (CSS)
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.
- User can #, 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.
- Makes use of JS modules and DOM injection.