Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 731 Bytes

Contacts Keeper

Create new contacts that are saved to localStorage!

Production site available at http://austinwood.me/contacts-keeper/

Application View

Modal View

For the Future

  • Filter table results with search box
  • Sortable columns
  • Implement CSS modules (CSS on a global namespace is so 2015)
  • Persist data (currently using localStorage)
  • Test coverage (Airbnb's enzyme seems like a good candidate)
  • Increase responsiveness (tables are pretty meh for mobile)
  • Enhance accessibility (divs inside divs inside divs isn't very semantic)
  • Progressive enhancement (for offline or flaky network use)