From 82d178046c5acea772080874ebfd14ec7616dc2e Mon Sep 17 00:00:00 2001 From: Aldair Avelino Date: Sun, 7 Apr 2024 17:20:29 +0100 Subject: [PATCH 1/3] Add simple title - AA --- design/design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/design/design.md b/design/design.md index e69de29..84d8a0e 100644 --- a/design/design.md +++ b/design/design.md @@ -0,0 +1 @@ +# Code Rush Design From df09adbcdb8bfe01b9d4d8f1312975007855d05f Mon Sep 17 00:00:00 2001 From: Aldair Avelino Date: Sun, 7 Apr 2024 17:25:43 +0100 Subject: [PATCH 2/3] Remove unnecessaries tags - AA --- src/app/app.component.html | 337 +------------------------------------ 1 file changed, 1 insertion(+), 336 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 36093e1..084bc5c 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,336 +1 @@ - - - - - - - - - - - -
-
-
- -

Hello, {{ title }}

-

Congratulations! Your app is running. 🎉

-
- -
-
- @for (item of [ - { title: 'Explore the Docs', link: 'https://angular.dev' }, - { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, - { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, - { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, - ]; track item.title) { - - {{ item.title }} - - - - - } -
- -
-
-
- - - - - - - - - - - +

App Component works

From 30127ef1cceac616114e7818162684f25f5f331a Mon Sep 17 00:00:00 2001 From: Aldair Avelino Date: Mon, 8 Apr 2024 19:31:38 +0100 Subject: [PATCH 3/3] Add documentation referencies - AA --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0762325..aca8d96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # CodeRush The ultimate addictive game that challenges programmers with coding puzzles and tests their skills in an exhilarating race against time. + +Reference for design: dribbble, behance e figma \ No newline at end of file