From 7df15745b4562243e5e3af7587a689586f9bc2aa Mon Sep 17 00:00:00 2001 From: Shreya Kapoor Date: Thu, 9 Apr 2020 16:35:01 +0530 Subject: [PATCH 1/2] Codepen implemention link added --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5145033..3223e2d 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,6 @@ You can run tests by `npm test`, which would launch the test runner in the inter ## Deployment To build the website, run `npm run build` . This would create a new `public` folder, which can be used to deploy the app on a production server. + +## Code Pen Implemention Link +Check [this](https://codepen.io/) for implemention purpose. \ No newline at end of file From 98e8d249d3d3d38a2dc08bac1f6c68e155b008cc Mon Sep 17 00:00:00 2001 From: Shreya Kapoor Date: Sat, 30 May 2020 23:07:02 +0530 Subject: [PATCH 2/2] Implementation link of the module added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b5ec6..1ab60f0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ You can run tests by `npm test`, which would launch the test runner in the inter To build the website, run `npm run build` . This would create a new `public` folder, which can be used to deploy the app on a production server. ## Code Pen Implemention Link -Check [this](https://codepen.io/) for implemention purpose. +Check [this](https://codesandbox.io/s/github/Awesome-React-Modules/React-Pincode-Website) for the implementation purpose. ## Code of Conduct Read our code of conduct [here](CODE_OF_CONDUCT.md) .