LeadZen Assignment

This project simply fetches the data from a public API and display it to the User.

Backend (Node.js)

To start backend, run following commands:

1- $ npm install

2- $ npm start

Frontend (React.js)

To start Frontend run, following commands:

1- $ npm install

2- $ npm run dev

Note:- Make sure to run Backend first and then Frontend