A personal online one-page website which serves as a digital business card as a quick way to reach out and expand your network.
Inside visiting-card
npm start will open the react app on the browser and the changes will be visible realtime
On the root folder
npm run build will first run the build script from package.json and build the necessary npm packages for the react app and npm start will start the Node Express app (which internally uses the react app)