Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 992 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 992 Bytes

Phone Book "Blue Pages"

Job Interview Exercise

  • attractive graphical user interface for searching a phone book

  • users can search the phone book by name via a free text field

  • the telephone book is to be checked for matches without consideration of upper and lower case while typing

  • list results with complete name and telephone number

  • json file as the data base for the phone book

  • develop the frontend preferably with JavaScript, React and Material UI

  • user interface must be responsive

  • optional: choose a client-server architecture in which the data is available on the server side and interactively queried by the client at runtime

React Framework

Development

From your terminal:

npm run dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start