Skip to content

jacobgad/contacts-demo

Repository files navigation

Contacts Demo

This is a demo project demonstrating knowloage of javascript, typescript, react, and advanced concepts like custom react hooks.

The project is a simple contacts app which generates random names, and provides features to delete, sort and filter through the contacts list. The demo project is build with the MUI UI library to demonstrate knowlage in intergrating concepts with an external UI library.

Demo

https://contacts-demo.jacobgad.com

Run Locally

Clone the project

  git clone https://github.com/jacobgad/contacts-demo.git

Go to the project directory

  cd contacts-demo

Install dependencies

  npm install

Start the dev server

  npm run dev

Acknowledgements

Authors