Skip to content

stvrhm/phone-book-blue-pages

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published