Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 357 Bytes

Address Book app

Basic React address book app. Users can add, order and create custom order by drag-sort. Preloads 300 contacts, and persists in local storage.

How to use

  • Clone the repo
  • Run npm install
  • Run npm start to launch the app
  • Go to http://localhost:8080/ to see the app in action
  • Run npm run build to create bundled JS & HTML