From 84798d92f85046d1083c54c57dd091f349d99613 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:34:38 +0530 Subject: [PATCH 01/64] Update package.json Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9411beb..4e4097b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "login-signup-react", - "version": "1.1.0", + "version": "2.0.0", "description": "Login and SignUp for ReactJS", "main": "index.js", From aa337de543a633506789d061b7bf7059b2b5a743 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:35:05 +0530 Subject: [PATCH 02/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 0 LoginSignUp/styles/app.min.css | 0 LoginSignUp/styles/app.scss | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 LoginSignUp/styles/app.css create mode 100644 LoginSignUp/styles/app.min.css create mode 100644 LoginSignUp/styles/app.scss diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css new file mode 100644 index 0000000..e69de29 diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css new file mode 100644 index 0000000..e69de29 diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss new file mode 100644 index 0000000..e69de29 From dea9e090105e682beef023ab9ab2bfe48b6f077e Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:36:37 +0530 Subject: [PATCH 03/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 547518a..9930533 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -1,6 +1,7 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; +import './styles/app.css' const SignIn = () => { // for login data From bfad0a1074fce05624f27f5c27071d7d89e7dbee Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:41:21 +0530 Subject: [PATCH 04/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 3 +++ LoginSignUp/styles/app.min.css | 1 + LoginSignUp/styles/app.scss | 3 +++ 3 files changed, 7 insertions(+) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index e69de29..1cee8d4 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -0,0 +1,3 @@ +.app-body { + background: #e5e7eb; +} \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index e69de29..aae815f 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -0,0 +1 @@ +.app-body{background:#e5e7eb} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index e69de29..7513077 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -0,0 +1,3 @@ +.app-body{ + background: #e5e7eb; +} \ No newline at end of file From 4cc9f8fe6da94a81abb31929eb641f38581270cd Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:41:46 +0530 Subject: [PATCH 05/64] Update app.scss Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 7513077..9c543e0 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,3 +1,4 @@ .app-body{ background: #e5e7eb; + min-width: ; } \ No newline at end of file From 955e577592d448887f9f89094d28e765b94e57f8 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:43:14 +0530 Subject: [PATCH 06/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 1 + LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 1cee8d4..33c2a48 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -1,3 +1,4 @@ .app-body { background: #e5e7eb; + min-width: 100vh; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index aae815f..9667711 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 9c543e0..2f2392d 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,4 +1,4 @@ .app-body{ background: #e5e7eb; - min-width: ; + min-width: 100vh; } \ No newline at end of file From da1b36b5159b1edd446c1af64b4e0df40ed57891 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:44:12 +0530 Subject: [PATCH 07/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 ++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 33c2a48..01cf0fd 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -1,4 +1,6 @@ .app-body { background: #e5e7eb; min-width: 100vh; + padding-top: 6rem; + padding-bottom: 6rem; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 9667711..724b499 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 2f2392d..8a30cb8 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,4 +1,6 @@ .app-body{ background: #e5e7eb; min-width: 100vh; + padding-top: 6rem; + padding-bottom: 6rem; } \ No newline at end of file From a6b914dd6266134e3049d51c84a0b3a1a67705ce Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:44:49 +0530 Subject: [PATCH 08/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 ++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 01cf0fd..2db09d0 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -3,4 +3,6 @@ min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; + padding-left: 2rem; + padding-right: 2rem; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 724b499..1496ecb 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 8a30cb8..e51bc74 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -3,4 +3,6 @@ min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; + padding-left: 2rem; + padding-right: 2rem; } \ No newline at end of file From dfcbd7b6d599c9055d6d91636175c57e1c852d1c Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:45:55 +0530 Subject: [PATCH 09/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 9930533..372c921 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -19,7 +19,7 @@ const SignIn = () => { } return (
-
+
@@ -53,7 +53,7 @@ const SignIn = () => {
-
+
) } From 6ce7f0a92d5a3349320cafc8664c3c80c8f37d3b Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:49:15 +0530 Subject: [PATCH 10/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 +- LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 2db09d0..cf4e08f 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -1,5 +1,5 @@ .app-body { - background: #e5e7eb; + background: #2b5cc0; min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 1496ecb..d367d52 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file +.app-body{background:#2b5cc0;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index e51bc74..8174eaa 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,5 +1,5 @@ .app-body{ - background: #e5e7eb; + background: #2b5cc0; //#e5e7eb min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; From d59fbfbdb4cfd7d4ce781cfaea8a1764a09aae0f Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:49:32 +0530 Subject: [PATCH 11/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 372c921..3cd7739 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -18,7 +18,7 @@ const SignIn = () => { // this will be updated in future versions } return ( -
+
From 572f9de28eee18cdada01eed7bce40cf9597045b Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:51:43 +0530 Subject: [PATCH 12/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- {LoginSignUp/styles => styles}/app.css | 0 {LoginSignUp/styles => styles}/app.min.css | 0 {LoginSignUp/styles => styles}/app.scss | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {LoginSignUp/styles => styles}/app.css (100%) rename {LoginSignUp/styles => styles}/app.min.css (100%) rename {LoginSignUp/styles => styles}/app.scss (100%) diff --git a/LoginSignUp/styles/app.css b/styles/app.css similarity index 100% rename from LoginSignUp/styles/app.css rename to styles/app.css diff --git a/LoginSignUp/styles/app.min.css b/styles/app.min.css similarity index 100% rename from LoginSignUp/styles/app.min.css rename to styles/app.min.css diff --git a/LoginSignUp/styles/app.scss b/styles/app.scss similarity index 100% rename from LoginSignUp/styles/app.scss rename to styles/app.scss From c978eda1e02c9cc1b00a3e8cf2fe0deb839edb71 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:52:06 +0530 Subject: [PATCH 13/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- {styles => LoginSignUp/styles}/app.css | 0 {styles => LoginSignUp/styles}/app.min.css | 0 {styles => LoginSignUp/styles}/app.scss | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {styles => LoginSignUp/styles}/app.css (100%) rename {styles => LoginSignUp/styles}/app.min.css (100%) rename {styles => LoginSignUp/styles}/app.scss (100%) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 3cd7739..08dcc41 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -1,7 +1,7 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; -import './styles/app.css' +import '../' const SignIn = () => { // for login data diff --git a/styles/app.css b/LoginSignUp/styles/app.css similarity index 100% rename from styles/app.css rename to LoginSignUp/styles/app.css diff --git a/styles/app.min.css b/LoginSignUp/styles/app.min.css similarity index 100% rename from styles/app.min.css rename to LoginSignUp/styles/app.min.css diff --git a/styles/app.scss b/LoginSignUp/styles/app.scss similarity index 100% rename from styles/app.scss rename to LoginSignUp/styles/app.scss From 3cc39173a2604eee1c5a9602d98e18f233bf9459 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:54:00 +0530 Subject: [PATCH 14/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- package-lock.json | 13 +++++++++++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 08dcc41..3cd7739 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -1,7 +1,7 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; -import '../' +import './styles/app.css' const SignIn = () => { // for login data diff --git a/package-lock.json b/package-lock.json index 37399db..b2de90a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,27 @@ { "name": "login-signup-react", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "login-signup-react", - "version": "1.0.0", + "version": "2.0.0", "license": "ISC", "dependencies": { + "@jehankandy/jkcss": "^6.0.0", "fs-extra": "^11.2.0", "yargs": "^17.7.2" + }, + "bin": { + "login-signup-react": "index.js" } }, + "node_modules/@jehankandy/jkcss": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@jehankandy/jkcss/-/jkcss-6.0.0.tgz", + "integrity": "sha512-9xOLoNbXK13MG+6aDysh9/Ha52gNPHxApeT/WcT9AYWV2hbu+zK5bnwEB/M1qzJvAWGuhCdULd9c4aclwtG3oQ==" + }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", diff --git a/package.json b/package.json index 4e4097b..cb9cfa6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "2.0.0", "description": "Login and SignUp for ReactJS", "main": "index.js", - "bin": { "login-signup-react": "index.js" }, @@ -21,6 +20,7 @@ }, "homepage": "https://github.com/BackendExpert/login-signup-react#readme", "dependencies": { + "@jehankandy/jkcss": "^6.0.0", "fs-extra": "^11.2.0", "yargs": "^17.7.2" } From e52bd84a1e4b13116cdc3aa8712b0b075efa02c6 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:58:32 +0530 Subject: [PATCH 15/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 3cd7739..9b85d9d 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -18,10 +18,10 @@ const SignIn = () => { // this will be updated in future versions } return ( -
-
-
-
+
+
+
+
{/* change the Icon According to your needs */} @@ -52,8 +52,8 @@ const SignIn = () => {

Don't have an Account ? SignUp

-
-
+
+
) } From 980289c7bcc4d46d05cab299bb45abdf0102662a Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:58:42 +0530 Subject: [PATCH 16/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 9b85d9d..955dc73 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -2,6 +2,7 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; import './styles/app.css' +import '@jehankandy/jkcss' const SignIn = () => { // for login data From f28631cedb09b98fdab7605b8a66eb871cdbe890 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:06:26 +0530 Subject: [PATCH 17/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 955dc73..1f518b6 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -2,7 +2,7 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; import './styles/app.css' -import '@jehankandy/jkcss' +import '@jehankandy/jkcss/src/layout/columns/columns.css' const SignIn = () => { // for login data @@ -19,7 +19,7 @@ const SignIn = () => { // this will be updated in future versions } return ( -
+
From 0a95a7b5cf50541ae095d3420012fd0415e84db0 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:07:14 +0530 Subject: [PATCH 18/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 +- LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index cf4e08f..2db09d0 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -1,5 +1,5 @@ .app-body { - background: #2b5cc0; + background: #e5e7eb; min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index d367d52..1496ecb 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#2b5cc0;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 8174eaa..6b329e3 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,5 +1,5 @@ .app-body{ - background: #2b5cc0; //#e5e7eb + background: #e5e7eb; //#e5e7eb min-width: 100vh; padding-top: 6rem; padding-bottom: 6rem; From e9e5e3e36641cbf72d17048c42664e1be8715546 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:08:01 +0530 Subject: [PATCH 19/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 4 ++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 2db09d0..680f2b7 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -5,4 +5,8 @@ padding-bottom: 6rem; padding-left: 2rem; padding-right: 2rem; +} + +.form-bg { + background: white; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 1496ecb..d7cd043 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 6b329e3..577bd58 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -5,4 +5,8 @@ padding-bottom: 6rem; padding-left: 2rem; padding-right: 2rem; +} +.form-bg{ + background: white; + } \ No newline at end of file From 52af5e80a7403afa828f243f1a7042773fba860a Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:09:03 +0530 Subject: [PATCH 20/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 ++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 680f2b7..88bf145 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -9,4 +9,6 @@ .form-bg { background: white; + padding-top: 4rem; + padding-bottom: 4rem; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index d7cd043..b9304ef 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 577bd58..b4481ff 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -8,5 +8,6 @@ } .form-bg{ background: white; - + padding-top: 4rem; + padding-bottom: 4rem; } \ No newline at end of file From a2031d8cd616d22a739c9cdc5a454c2cece85b05 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:09:39 +0530 Subject: [PATCH 21/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 ++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 88bf145..cfee497 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -11,4 +11,6 @@ background: white; padding-top: 4rem; padding-bottom: 4rem; + padding-left: 2rem; + padding-right: 2rem; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index b9304ef..5eda0b3 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index b4481ff..699b4be 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -10,4 +10,6 @@ background: white; padding-top: 4rem; padding-bottom: 4rem; + padding-left: 2rem; + padding-right: 2rem; } \ No newline at end of file From 329b5df54054814ec74b8f86b37b283d05e39ccb Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:10:49 +0530 Subject: [PATCH 22/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 ++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index cfee497..6044755 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -13,4 +13,6 @@ padding-bottom: 4rem; padding-left: 2rem; padding-right: 2rem; + width: 100%; + box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 5eda0b3..59e3484 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem} \ No newline at end of file +.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 699b4be..a7341b6 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -12,4 +12,6 @@ padding-bottom: 4rem; padding-left: 2rem; padding-right: 2rem; + width: 100%; + box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); } \ No newline at end of file From 7d9f6d948ca0a536eacbba36f4a78dc8b8823d94 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:11:20 +0530 Subject: [PATCH 23/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 1f518b6..7d76f28 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -23,7 +23,7 @@ const SignIn = () => {
-
+
{/* change the Icon According to your needs */}

From ac69a1fdcc2ee28598083442db8f972d551cfb30 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:13:41 +0530 Subject: [PATCH 24/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 2 +- LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 6044755..5f35e5f 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -1,6 +1,6 @@ .app-body { background: #e5e7eb; - min-width: 100vh; + min-height: 100vh; padding-top: 6rem; padding-bottom: 6rem; padding-left: 2rem; diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 59e3484..164217e 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-width:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index a7341b6..813a21e 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -1,6 +1,6 @@ .app-body{ background: #e5e7eb; //#e5e7eb - min-width: 100vh; + min-height: 100vh; padding-top: 6rem; padding-bottom: 6rem; padding-left: 2rem; From 1c3e9f32a3a3c908afb8a3563b7df06f0ee0407c Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:16:13 +0530 Subject: [PATCH 25/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 5 +++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 5f35e5f..eb11474 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -15,4 +15,9 @@ padding-right: 2rem; width: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); +} + +.logo { + height: 5rem; + width: auto; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 164217e..55f9d3e 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 813a21e..712650f 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -14,4 +14,8 @@ padding-right: 2rem; width: 100%; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); +} +.logo{ + height: 5rem; + width: auto; } \ No newline at end of file From 0b3100322887689c48675ecded04337d0056b1a0 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:16:31 +0530 Subject: [PATCH 26/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 7d76f28..950bae7 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -26,7 +26,7 @@ const SignIn = () => {
{/* change the Icon According to your needs */} -

+

Welcome Back

Your Project Name

From 19a78e519bceba89260f5bb3b48a59f367d36d27 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:22:48 +0530 Subject: [PATCH 27/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 950bae7..516fa8c 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -24,10 +24,10 @@ const SignIn = () => {
-
+
{/* change the Icon According to your needs */}

-

Welcome Back

+

Welcome Back

Your Project Name


From 934c1f6e217a6dd3cd4545435f3814e8054faee9 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:24:44 +0530 Subject: [PATCH 28/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 516fa8c..21f93a4 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -24,13 +24,13 @@ const SignIn = () => {
-
+
{/* change the Icon According to your needs */}

Welcome Back

Your Project Name

-
+
From e2b398a528725de752b62416c0d06f2c06ac279d Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:26:25 +0530 Subject: [PATCH 29/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 21f93a4..d9651e3 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -30,8 +30,8 @@ const SignIn = () => {

Welcome Back

Your Project Name

-
-
+
+
From 83cff01add0e22d18f54e72fb898da97e5711297 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:27:47 +0530 Subject: [PATCH 30/64] Update app.scss Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 712650f..5939560 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -18,4 +18,10 @@ .logo{ height: 5rem; width: auto; +} + +// responcive styles + +@media (min-width: 768px) { + } \ No newline at end of file From ba6711e3430d30f564132b17bd1cc98481375250 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:29:31 +0530 Subject: [PATCH 31/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- LoginSignUp/styles/app.css | 5 +++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 8 +++++++- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index d9651e3..992e67c 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -33,7 +33,7 @@ const SignIn = () => {
-
+
SetLoginData({...LoginData, email:e.target.value})}/> diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index eb11474..17b8a33 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -20,4 +20,9 @@ .logo { height: 5rem; width: auto; +} + +.input-area { + margin-top: 8px; + margin-bottom: 8px; } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 55f9d3e..32f1ecb 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area{margin-top:8px;margin-bottom:8px} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 5939560..161caec 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -19,9 +19,15 @@ height: 5rem; width: auto; } +.input-area{ + margin-top: 8px; + margin-bottom: 8px; +} // responcive styles @media (min-width: 768px) { - + .input-area{ + + } } \ No newline at end of file From f305790a65531e0295fe950d263c5746b93cb389 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:30:37 +0530 Subject: [PATCH 32/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 7 +++++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 17b8a33..daf87e8 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -25,4 +25,11 @@ .input-area { margin-top: 8px; margin-bottom: 8px; +} + +@media (min-width: 768px) { + .input-area { + margin-left: 2rem; + margin-right: 2rem; + } } \ No newline at end of file diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 32f1ecb..0e0f66f 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area{margin-top:8px;margin-bottom:8px} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area{margin-top:8px;margin-bottom:8px}@media(min-width: 768px){.input-area{margin-left:2rem;margin-right:2rem}} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 161caec..9e37dce 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -28,6 +28,7 @@ @media (min-width: 768px) { .input-area{ - + margin-left: 2rem; + margin-right: 2rem; } } \ No newline at end of file From 174d7481c0c211718b00235133a9e8572747976c Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:31:04 +0530 Subject: [PATCH 33/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 992e67c..2f604e1 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -33,17 +33,17 @@ const SignIn = () => {
-
+
SetLoginData({...LoginData, email:e.target.value})}/>
-
+
SetLoginData({...LoginData, password:e.target.value})}/>
-
+
From 73006af1fc98eff7a8eecd39cfa80d602fdbee62 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:36:14 +0530 Subject: [PATCH 34/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 2f604e1..04fb0b0 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -3,6 +3,7 @@ import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; import './styles/app.css' import '@jehankandy/jkcss/src/layout/columns/columns.css' +import '@jehankandy/jkcss/src/buttons/button.css' const SignIn = () => { // for login data @@ -44,7 +45,7 @@ const SignIn = () => { onChange={e => SetLoginData({...LoginData, password:e.target.value})}/>
- +

Forget Password ?

From 0843198d530a76d1b461b1994065e2fbfd60f327 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:37:30 +0530 Subject: [PATCH 35/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 04fb0b0..fa7127c 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -45,7 +45,7 @@ const SignIn = () => { onChange={e => SetLoginData({...LoginData, password:e.target.value})}/>
- +

Forget Password ?

From 023f85209b16038dc44159e7a4317724d186d69e Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:37:57 +0530 Subject: [PATCH 36/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index fa7127c..f34be69 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -45,7 +45,7 @@ const SignIn = () => { onChange={e => SetLoginData({...LoginData, password:e.target.value})}/>
- +

Forget Password ?

From e5f55f8ecdf13be79a2cab0f5c8c46b0d26b7dd1 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:41:43 +0530 Subject: [PATCH 37/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- LoginSignUp/styles/app.css | 4 ++-- LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 6 ++++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index f34be69..54a5b17 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -48,7 +48,7 @@ const SignIn = () => {
-

Forget Password ?

+

Forget Password ?


Don't have an Account ? SignUp

diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index daf87e8..4f3440b 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -22,13 +22,13 @@ width: auto; } -.input-area { +.input-area, .link-text { margin-top: 8px; margin-bottom: 8px; } @media (min-width: 768px) { - .input-area { + .input-area, .link-text { margin-left: 2rem; margin-right: 2rem; } diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 0e0f66f..a233100 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area{margin-top:8px;margin-bottom:8px}@media(min-width: 768px){.input-area{margin-left:2rem;margin-right:2rem}} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 9e37dce..2c2167a 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -23,6 +23,9 @@ margin-top: 8px; margin-bottom: 8px; } +.link-text{ + @extend .input-area; +} // responcive styles @@ -31,4 +34,7 @@ margin-left: 2rem; margin-right: 2rem; } + .input-area{ + @extend .input-area + } } \ No newline at end of file From b29becda2c79db71cb92b96dbb0b14ecef694d09 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:44:27 +0530 Subject: [PATCH 38/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 5 +++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 5 ++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 4f3440b..5eeb69d 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -27,6 +27,11 @@ margin-bottom: 8px; } +.link-text { + color: rgb(59, 130, 246); + font-weight: 600; +} + @media (min-width: 768px) { .input-area, .link-text { margin-left: 2rem; diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index a233100..7292bc0 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}.link-text{color:#3b82f6;font-weight:600}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 2c2167a..5260a66 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -25,6 +25,8 @@ } .link-text{ @extend .input-area; + color: rgb(59 130 246); + font-weight: 600; } // responcive styles @@ -34,7 +36,4 @@ margin-left: 2rem; margin-right: 2rem; } - .input-area{ - @extend .input-area - } } \ No newline at end of file From 0d51f4f9ae6af04af777c33f7c114d24ceae9c0d Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:44:39 +0530 Subject: [PATCH 39/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 54a5b17..5956eb3 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -48,7 +48,7 @@ const SignIn = () => {
-

Forget Password ?

+

Forget Password ?


Don't have an Account ? SignUp

From 0b8c0c8ed7d44cf2c6bdb05ee1083aa6caaada98 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:47:22 +0530 Subject: [PATCH 40/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 7 +++++++ LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 5eeb69d..8b3add0 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -32,6 +32,13 @@ font-weight: 600; } +.feild-input { + width: 100%; + height: 3rem; + padding-left: 0.5rem; + background: rgb(229, 231, 235); +} + @media (min-width: 768px) { .input-area, .link-text { margin-left: 2rem; diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index 7292bc0..c6b4e20 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}.link-text{color:#3b82f6;font-weight:600}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}.link-text{color:#3b82f6;font-weight:600}.feild-input{width:100%;height:3rem;padding-left:.5rem;background:#e5e7eb}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 5260a66..5ca1aff 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -29,6 +29,14 @@ font-weight: 600; } +.feild-input{ + width: 100%; + height: 3rem; + padding-left: 0.5rem; + background: rgb(229 231 235); + +} + // responcive styles @media (min-width: 768px) { From 9a3a4572d184191f1df2c3265ba8d9d9ac87d2cf Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:48:09 +0530 Subject: [PATCH 41/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/styles/app.css | 1 + LoginSignUp/styles/app.min.css | 2 +- LoginSignUp/styles/app.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/styles/app.css b/LoginSignUp/styles/app.css index 8b3add0..a618168 100644 --- a/LoginSignUp/styles/app.css +++ b/LoginSignUp/styles/app.css @@ -37,6 +37,7 @@ height: 3rem; padding-left: 0.5rem; background: rgb(229, 231, 235); + border-radius: 0.25rem; } @media (min-width: 768px) { diff --git a/LoginSignUp/styles/app.min.css b/LoginSignUp/styles/app.min.css index c6b4e20..c1f7e17 100644 --- a/LoginSignUp/styles/app.min.css +++ b/LoginSignUp/styles/app.min.css @@ -1 +1 @@ -.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}.link-text{color:#3b82f6;font-weight:600}.feild-input{width:100%;height:3rem;padding-left:.5rem;background:#e5e7eb}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file +.app-body{background:#e5e7eb;min-height:100vh;padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.form-bg{background:#fff;padding-top:4rem;padding-bottom:4rem;padding-left:2rem;padding-right:2rem;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.logo{height:5rem;width:auto}.input-area,.link-text{margin-top:8px;margin-bottom:8px}.link-text{color:#3b82f6;font-weight:600}.feild-input{width:100%;height:3rem;padding-left:.5rem;background:#e5e7eb;border-radius:.25rem}@media(min-width: 768px){.input-area,.link-text{margin-left:2rem;margin-right:2rem}} \ No newline at end of file diff --git a/LoginSignUp/styles/app.scss b/LoginSignUp/styles/app.scss index 5ca1aff..f3f3c61 100644 --- a/LoginSignUp/styles/app.scss +++ b/LoginSignUp/styles/app.scss @@ -34,7 +34,7 @@ height: 3rem; padding-left: 0.5rem; background: rgb(229 231 235); - + border-radius: 0.25rem; } // responcive styles From a5df447834aedb854888b29445cca73e1af4fa99 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:48:33 +0530 Subject: [PATCH 42/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index 5956eb3..ac19059 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -36,12 +36,12 @@ const SignIn = () => {
- SetLoginData({...LoginData, email:e.target.value})}/>
- SetLoginData({...LoginData, password:e.target.value})}/>
From 8b7eef241e3ffa721c516be1163f7e9359c6cbf7 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:49:51 +0530 Subject: [PATCH 43/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignIn.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoginSignUp/SignIn.jsx b/LoginSignUp/SignIn.jsx index ac19059..1d6c2da 100644 --- a/LoginSignUp/SignIn.jsx +++ b/LoginSignUp/SignIn.jsx @@ -50,8 +50,8 @@ const SignIn = () => {

Forget Password ?

-
-

Don't have an Account ? SignUp

+
+

Don't have an Account ? SignUp

From f95cbee57c1f034de38663a67bc4271b0d3ea58d Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:51:24 +0530 Subject: [PATCH 44/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUpTailwind/SignIn.jsx | 63 ++++++++++++++++++++++++++++++++ LoginSignUpTailwind/SignUp.jsx | 65 ++++++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+) create mode 100644 LoginSignUpTailwind/SignIn.jsx create mode 100644 LoginSignUpTailwind/SignUp.jsx diff --git a/LoginSignUpTailwind/SignIn.jsx b/LoginSignUpTailwind/SignIn.jsx new file mode 100644 index 0000000..1d6c2da --- /dev/null +++ b/LoginSignUpTailwind/SignIn.jsx @@ -0,0 +1,63 @@ +import React, { useState } from 'react' +import { BsMortarboardFill } from "react-icons/bs"; +import { Link } from 'react-router-dom'; +import './styles/app.css' +import '@jehankandy/jkcss/src/layout/columns/columns.css' +import '@jehankandy/jkcss/src/buttons/button.css' + +const SignIn = () => { + // for login data + const [LoginData, SetLoginData] = useState({ + email: '', + password: '' + }) + + // send data to backend using axios + const headleSubmit = (e) => { + e.preventDefault(); + + // login to system + // this will be updated in future versions + } + return ( +
+
+
+
+
+
+ {/* change the Icon According to your needs */} +

+

Welcome Back

+

Your Project Name

+
+
+
+
+
+ + SetLoginData({...LoginData, email:e.target.value})}/> +
+
+ + SetLoginData({...LoginData, password:e.target.value})}/> +
+
+ +
+
+

Forget Password ?

+
+
+

Don't have an Account ? SignUp

+
+
+
+
+
+ ) +} + +export default SignIn \ No newline at end of file diff --git a/LoginSignUpTailwind/SignUp.jsx b/LoginSignUpTailwind/SignUp.jsx new file mode 100644 index 0000000..e8e6116 --- /dev/null +++ b/LoginSignUpTailwind/SignUp.jsx @@ -0,0 +1,65 @@ +import React, { useState } from 'react' +import { BsMortarboardFill } from "react-icons/bs"; +import { Link } from 'react-router-dom'; + +const SignUp = () => { + // for login data + const [SignUpData, SetSignUpData] = useState({ + username: '', + email: '', + password: '' + }) + + // send data to backend using axios + const headleSubmit = (e) => { + e.preventDefault(); + + // signup to system + // this will be updated in future versions + } + return ( +
+
+
+
+
+
+ {/* change the Icon According to your needs */} +

+

Welcome to

+

Your Project Name

+
+
+
+
+
+ + SetSignUpData({...SignUpData, username:e.target.value})}/> +
+
+ + SetSignUpData({...SignUpData, email:e.target.value})}/> +
+
+ + SetSignUpData({...SignUpData, password:e.target.value})}/> +
+
+ +
+
+
+
+

Already have an Account ? SignUp

+
+
+
+
+
+ ) +} + +export default SignUp \ No newline at end of file From e6bba2dd5c8a3eebe00c95cd2bbd0b37a9af5dd7 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:52:26 +0530 Subject: [PATCH 45/64] Update SignIn.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUpTailwind/SignIn.jsx | 43 ++++++++++++++++------------------ 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/LoginSignUpTailwind/SignIn.jsx b/LoginSignUpTailwind/SignIn.jsx index 1d6c2da..547518a 100644 --- a/LoginSignUpTailwind/SignIn.jsx +++ b/LoginSignUpTailwind/SignIn.jsx @@ -1,9 +1,6 @@ import React, { useState } from 'react' import { BsMortarboardFill } from "react-icons/bs"; import { Link } from 'react-router-dom'; -import './styles/app.css' -import '@jehankandy/jkcss/src/layout/columns/columns.css' -import '@jehankandy/jkcss/src/buttons/button.css' const SignIn = () => { // for login data @@ -20,41 +17,41 @@ const SignIn = () => { // this will be updated in future versions } return ( -
-
-
-
-
-
+
+
+
+
+
+
{/* change the Icon According to your needs */} -

-

Welcome Back

+

+

Welcome Back

Your Project Name

-
-
+
+
-
+
- SetLoginData({...LoginData, email:e.target.value})}/>
-
+
- SetLoginData({...LoginData, password:e.target.value})}/>
-
- +
+
-

Forget Password ?

+

Forget Password ?

-
-

Don't have an Account ? SignUp

+
+

Don't have an Account ? SignUp

-
+
) From 51c900726312c60b8d73a767b5dc7f86308b1fd6 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:58:37 +0530 Subject: [PATCH 46/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignUp.jsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/LoginSignUp/SignUp.jsx b/LoginSignUp/SignUp.jsx index e8e6116..53d178a 100644 --- a/LoginSignUp/SignUp.jsx +++ b/LoginSignUp/SignUp.jsx @@ -18,42 +18,42 @@ const SignUp = () => { // this will be updated in future versions } return ( -
-
-
-
-
-
+
+
+
+
+
+
{/* change the Icon According to your needs */} -

-

Welcome to

+

+

Welcome to

Your Project Name

-
-
+
+
-
+
- SetSignUpData({...SignUpData, username:e.target.value})}/>
-
+
- SetSignUpData({...SignUpData, email:e.target.value})}/>
-
+
- SetSignUpData({...SignUpData, password:e.target.value})}/>
-
- +
+
-
-

Already have an Account ? SignUp

+
+

Already have an Account ? SignIn

From 7aec61d8ab0f823336578ec6f0f3fd4ba54ed693 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:59:01 +0530 Subject: [PATCH 47/64] Update SignUp.jsx Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- LoginSignUp/SignUp.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoginSignUp/SignUp.jsx b/LoginSignUp/SignUp.jsx index 53d178a..1656fad 100644 --- a/LoginSignUp/SignUp.jsx +++ b/LoginSignUp/SignUp.jsx @@ -56,7 +56,7 @@ const SignUp = () => {

Already have an Account ? SignIn

-
+
) From 7fea9733ef2c954df27ae0211ce6472358cf562e Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:02:33 +0530 Subject: [PATCH 48/64] Update Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- {LoginSignUpTailwind => LoginSignUpTW}/SignIn.jsx | 0 {LoginSignUpTailwind => LoginSignUpTW}/SignUp.jsx | 0 index.js | 4 ++++ 3 files changed, 4 insertions(+) rename {LoginSignUpTailwind => LoginSignUpTW}/SignIn.jsx (100%) rename {LoginSignUpTailwind => LoginSignUpTW}/SignUp.jsx (100%) diff --git a/LoginSignUpTailwind/SignIn.jsx b/LoginSignUpTW/SignIn.jsx similarity index 100% rename from LoginSignUpTailwind/SignIn.jsx rename to LoginSignUpTW/SignIn.jsx diff --git a/LoginSignUpTailwind/SignUp.jsx b/LoginSignUpTW/SignUp.jsx similarity index 100% rename from LoginSignUpTailwind/SignUp.jsx rename to LoginSignUpTW/SignUp.jsx diff --git a/index.js b/index.js index 7a24d8b..d8f671d 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,10 @@ const argv = require('yargs').argv; const source = argv.source || path.join(__dirname, 'LoginSignUp'); const destination = argv.destination || path.join(process.cwd(), 'src/components/LoginSignUp'); +const sourceTW = argv.source || path.join(__dirname, 'LoginSignUpTW'); +const destinationTW = argv.destination || path.join(process.cwd(), 'src/components/LoginSignUpTW'); + + async function RunReactLoginSignIn() { try { await fs.copy(source, destination); From 47a76fada9cdfdcfb1a2f64668bed22305c7acd0 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:03:07 +0530 Subject: [PATCH 49/64] Update index.js Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.js b/index.js index d8f671d..8e097de 100644 --- a/index.js +++ b/index.js @@ -19,3 +19,14 @@ async function RunReactLoginSignIn() { } RunReactLoginSignIn(); + +async function RunReactLoginSignInTW() { + try { + await fs.copy(sourceTW, destinationTW); + console.log('The Login and SignUp templete Successfully Createed'); + } catch (err) { + console.error('Error copying folder:', err); + } +} + +RunReactLoginSignInTW(); From 89d35b1bfbd8b160c9b5b72de13ed683c01e052e Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:09:13 +0530 Subject: [PATCH 50/64] Update index.js Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- index.js | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 8e097de..70fb3ce 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ async function RunReactLoginSignIn() { } } -RunReactLoginSignIn(); + async function RunReactLoginSignInTW() { try { @@ -29,4 +29,18 @@ async function RunReactLoginSignInTW() { } } -RunReactLoginSignInTW(); + + + +const args = process.argv.slice(2); + +switch (args[0]) { + case 'CSS': + RunReactLoginSignIn(); + break; + case 'TW': + RunReactLoginSignInTW(); + break; + default: + console.log('No valid function name provided.'); +} \ No newline at end of file From 6b92b7049fab34597d3529bfe105129e0502df1b Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:27:41 +0530 Subject: [PATCH 51/64] Update index.js Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- index.js | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/index.js b/index.js index 70fb3ce..0f758d6 100644 --- a/index.js +++ b/index.js @@ -31,16 +31,7 @@ async function RunReactLoginSignInTW() { - -const args = process.argv.slice(2); - -switch (args[0]) { - case 'CSS': - RunReactLoginSignIn(); - break; - case 'TW': - RunReactLoginSignInTW(); - break; - default: - console.log('No valid function name provided.'); +module.exports = { + RunReactLoginSignIn, + RunReactLoginSignInTW } \ No newline at end of file From 5fb6d861242e5b0a74d8e594c057c04c4319c36c Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:30:18 +0530 Subject: [PATCH 52/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04688a8..e4d745c 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,14 @@ - find `scripts` - add following command +- IMPORTANT +- - use the following scripts according to following script + + ```json - "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", + "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" ``` From 2748bce50d830441cbd5a80580f9d8265588fbe0 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:32:59 +0530 Subject: [PATCH 53/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d745c..315a062 100644 --- a/README.md +++ b/README.md @@ -36,24 +36,45 @@ - add following command - IMPORTANT +- - Please use only on script according to your need - - use the following scripts according to following script +- - if you use TailWind CSS with ReactJS use + +```json + + "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" + +``` +- - if you not use TailWind CSS with ReactJS use ```json "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", + + +``` + +``` json + + "scripts": { + "dev": "vite", + "build": "vite build", + "serve": "vite preview", "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" + }, ``` + ``` json "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", - "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", }, ``` From dbe309e99a11cb8f22263e0f213cdd1555de6043 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:33:51 +0530 Subject: [PATCH 54/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 315a062..408fff2 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,14 @@ ``` +or + +``` + + npm run SignInUpTW + +``` + - after you running the command you can see a folder `LoginSignUp` in path `src/components` in your Project - after done this you have to update App.jsx file in the project @@ -105,6 +113,7 @@ export default function App() { {/* declare the Route */} {/* the path can change whatever you want */} } /> + } /> From fe315d5326b3a41e45094eba00e5a7dc57eef4c9 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:34:15 +0530 Subject: [PATCH 55/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 408fff2..221fbde 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ or import { BrowserRouter, Route, Routes } from "react-router-dom"; import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package +import SignIn from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package export default function App() { return ( From c368dc8b3fd6e3a38291a599767b78c07c47c70b Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:34:47 +0530 Subject: [PATCH 56/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 221fbde..04688a8 100644 --- a/README.md +++ b/README.md @@ -35,25 +35,12 @@ - find `scripts` - add following command -- IMPORTANT -- - Please use only on script according to your need -- - use the following scripts according to following script - -- - if you use TailWind CSS with ReactJS use - ```json - "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" + "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" ``` -- - if you not use TailWind CSS with ReactJS use - -```json - "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", - - -``` ``` json @@ -61,20 +48,7 @@ "dev": "vite", "build": "vite build", "serve": "vite preview", - "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" - }, - -``` - - - -``` json - - "scripts": { - "dev": "vite", - "build": "vite build", - "serve": "vite preview", - "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", + "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" }, ``` @@ -87,14 +61,6 @@ ``` -or - -``` - - npm run SignInUpTW - -``` - - after you running the command you can see a folder `LoginSignUp` in path `src/components` in your Project - after done this you have to update App.jsx file in the project @@ -104,7 +70,6 @@ or import { BrowserRouter, Route, Routes } from "react-router-dom"; import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package -import SignIn from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package export default function App() { return ( @@ -114,7 +79,6 @@ export default function App() { {/* declare the Route */} {/* the path can change whatever you want */} } /> - } /> From aa4cece46272e066097fe6c5f94a9bb945ec75b7 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:35:55 +0530 Subject: [PATCH 57/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04688a8..2211666 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ - and then go to your `package.json` file - find `scripts` -- add following command +- add following commands + + +# Use with Custom CSS ```json @@ -70,6 +73,7 @@ import { BrowserRouter, Route, Routes } from "react-router-dom"; import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package +import SignUp from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package export default function App() { return ( @@ -79,7 +83,7 @@ export default function App() { {/* declare the Route */} {/* the path can change whatever you want */} } /> - + } /> From 8eb430897acad37ea779d5bdba09746f8f0f028d Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:37:11 +0530 Subject: [PATCH 58/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/README.md b/README.md index 2211666..87b9617 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,66 @@ export default function App() { ) } ``` +
+ + +# Use Tailwind CSS + +```json + + "SignInUpTW": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + +``` +``` json + "scripts": { + "dev": "vite", + "build": "vite build", + "serve": "vite preview", + "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + }, + +``` + +- after that run the command + +``` + + npm run SignInUp + +``` + +- after you running the command you can see a folder `LoginSignUp` in path `src/components` in your Project + +- after done this you have to update App.jsx file in the project + +``` jsx + + +import { BrowserRouter, Route, Routes } from "react-router-dom"; +import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package +import SignUp from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package + +export default function App() { + return ( + + + + {/* declare the Route */} + {/* the path can change whatever you want */} + } /> + } /> + + + + ) +} +```
+ # Screen Shorts From 8b90fd5f72adbaa9249826402c912c026860503b Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:37:41 +0530 Subject: [PATCH 59/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b9617..3475628 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ```json - "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", ``` @@ -51,7 +51,7 @@ "dev": "vite", "build": "vite build", "serve": "vite preview", - "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUp": "node -e \"require('login-signup-react').RunReactLoginSignIn()\"", }, ``` From 0d0b76c0235a6ed81bccef77d2415e76218a1759 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:38:25 +0530 Subject: [PATCH 60/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3475628..7f54178 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ export default function App() { ```json - "SignInUpTW": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" ``` @@ -108,7 +108,7 @@ export default function App() { "dev": "vite", "build": "vite build", "serve": "vite preview", - "SignInUp": "node node_modules/login-signup-react/index.js --destination=src/components/LoginSignUp" + "SignInUpTW": "node -e \"require('login-signup-react').RunReactLoginSignInTW()\"" }, ``` @@ -121,7 +121,7 @@ export default function App() { ``` -- after you running the command you can see a folder `LoginSignUp` in path `src/components` in your Project +- after you running the command you can see a folder `LoginSignUpTW` in path `src/components` in your Project - after done this you have to update App.jsx file in the project @@ -129,8 +129,8 @@ export default function App() { import { BrowserRouter, Route, Routes } from "react-router-dom"; -import SignIn from "./components/LoginSignUp/SignIn"; // Importing the Templete the created by run npm package -import SignUp from "./components/LoginSignUp/SignUp"; // Importing the Templete the created by run npm package +import SignIn from "./components/LoginSignUpTW/SignIn"; // Importing the Templete the created by run npm package +import SignUp from "./components/LoginSignUpTW/SignUp"; // Importing the Templete the created by run npm package export default function App() { return ( From 4494f4996aa140cff2f77cfc6443e25f438642fe Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:39:35 +0530 Subject: [PATCH 61/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f54178..32700c1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ # IMPORTANT Notice -- This NPM package works only with ReactJS + Vite + Tailwind CSS Projects +- This NPM package works with ReactJS Projects (from in v2.0.0) +- This NPM package works only with ReactJS + Vite + Tailwind CSS Projects (in v1.1.0) - The Common Working NPM Package will be Released in the Future. # How to use this NPM Package @@ -36,6 +37,7 @@ - add following commands + # Use with Custom CSS ```json From 61c632473d1befb5c037e592a6562d3a20116bce Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:41:13 +0530 Subject: [PATCH 62/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32700c1..600dcbf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ # How to use this NPM Package +- Important +- - use NPM scripts according to your needs +- - use only on script + + - Before install the Package you must install following Packages - - react-router-dom @@ -36,9 +41,11 @@ - find `scripts` - add following commands +- Use with Custom CSS +- Use Tailwind CSS -# Use with Custom CSS +### Use with Custom CSS ```json @@ -95,7 +102,7 @@ export default function App() {
-# Use Tailwind CSS +### Use Tailwind CSS ```json From efb5d12a657ebf2c645e5e14aa8bfa01849223d3 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:42:46 +0530 Subject: [PATCH 63/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 600dcbf..a6071e1 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ export default function App() { # Screen Shorts +- outputs are same + From a9f318316c84956b9c7a60fe78cab2d215822887 Mon Sep 17 00:00:00 2001 From: JehanKandy <138636749+BackendExpert@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:43:15 +0530 Subject: [PATCH 64/64] Update README.md Co-Authored-By: JehanKandy Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6071e1..31d1ce5 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ export default function App() { # Screen Shorts -- outputs are same +- outputs are same in both scripts