From f6965cb475f35cdd85af9245cb6cee721406ea39 Mon Sep 17 00:00:00 2001 From: Gk <76690271+gk-4VII@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:00:16 +0530 Subject: [PATCH] [ES-2042] Updated readme file. (#482) Signed-off-by: GurukiranP --- README.md | 5 ----- signup-ui/README.md | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 582c3156..02ec9233 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,5 @@ cd deploy ## APIs API documentation is available [here](https://mosip.stoplight.io/docs/identity-provider/branches/signupV1/t9tvfbteqqokf-e-signet-signup-portal-ap-is). -## NPM Highlights -* `react-webcam`: It allows to easily capture video and still images directly from the user's webcam, offering a range of options for customization and control. -* `socket.io-client`: It allows bi-directional communication between client and server. -* `zustand`: A small, fast and scalable bear bones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplate or opinionated. - ## License This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE). diff --git a/signup-ui/README.md b/signup-ui/README.md index d80d3dc8..ae37ac04 100644 --- a/signup-ui/README.md +++ b/signup-ui/README.md @@ -74,3 +74,8 @@ By default, the environment variables are: #### Translation New translations can be added in the `locales` folder of the `public` folder. Also, newly added key(s) need to be added to `resource.d.ts` to fulfill the type and get the key suggestion. + +## NPM Highlights +* `react-webcam`: It allows to easily capture video and still images directly from the user's webcam, offering a range of options for customization and control. +* `socket.io-client`: It allows bi-directional communication between client and server. +* `zustand`: A small, fast and scalable bear bones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplate or opinionated. \ No newline at end of file