This Project is very simple contact management app based on web using react, which consume nodejs REST API.
Simply you just need to clone the repository and install the dependencies.
You need to install:
Clone project and install dependencies
git clone https://github.com/succi23/simple-contact-management.git
cd simple-contact-management
npm install
Start the server
npm start
Now, open the app at http://localhost:8080/
.