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 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 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