Added sample UI design

- Added credits component
- Added simple icons
- Made navbar responsive for mobile
- Added credits/upload/download/home/navbar components
- Created simple design for home component
- Added tailwindcss and daisyUI and TailwindCSS
This commit is contained in:
2024-01-28 13:55:39 +01:00
parent e24d4c34f4
commit 704969d041
31 changed files with 749 additions and 345 deletions

View File

@ -27,12 +27,16 @@
"@angular/cli": "^17.0.3",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "~5.1.0",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.2.2"
}
}