Skip to content

Commit 9313dae

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent 91a9d30 commit 9313dae

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

index.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,19 @@ async function main() {
7777
{
7878
type: 'list',
7979
name: 'selection',
80-
message: 'Select an option:',
81-
choices: ['AppTW', 'App'],
80+
message: 'Select Your Front End :',
81+
choices: ['Uing TailWindCSS', 'Using Custom CSS'],
8282
}
8383
]);
8484

8585
const { selection } = answers;
86-
87-
// Handle the user's selection
86+
8887
switch (selection) {
89-
case 'AppTW':
88+
case 'Uing TailWindCSS':
9089
await RunReactLoginSignInTW();
9190
break;
92-
case 'App':
93-
console.log('Selected App. Implement function here.');
94-
// Implement other functions or logic for 'App' here
91+
case 'Using Custom CSS':
92+
console.log('The Custom CSS is Under Developmrnt Please Select TailWind CSS');
9593
break;
9694
default:
9795
console.log('Invalid selection.');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "login-signup-react",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Login and SignUp for ReactJS",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)