angular-deck-of-cards

所属分类:自动驾驶
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2020-06-20 21:48:44
上 传 者sh-1993
说明:  卡片模拟器,具有用角度材料编写的过滤、动画和洗牌。,
(Deck of cards simulator with filtering, animations and shuffling written in Angular Material.,)

文件列表:
.editorconfig (245, 2018-10-25)
.firebase/ (0, 2018-10-25)
.firebase/hosting.ZGlzdA.cache (1480, 2018-10-25)
.firebaserc (63, 2018-10-25)
.vscode/ (0, 2018-10-25)
.vscode/settings.json (3, 2018-10-25)
angular.json (3715, 2018-10-25)
e2e/ (0, 2018-10-25)
e2e/protractor.conf.js (752, 2018-10-25)
e2e/src/ (0, 2018-10-25)
e2e/src/app.e2e-spec.ts (317, 2018-10-25)
e2e/src/app.po.ts (208, 2018-10-25)
e2e/tsconfig.e2e.json (213, 2018-10-25)
firebase.json (234, 2018-10-25)
package-lock.json (373516, 2018-10-25)
package.json (1466, 2018-10-25)
src/ (0, 2018-10-25)
src/app/ (0, 2018-10-25)
src/app/app.component.html (136, 2018-10-25)
src/app/app.component.spec.ts (1004, 2018-10-25)
src/app/app.component.ts (153, 2018-10-25)
src/app/app.module.ts (617, 2018-10-25)
src/app/features/ (0, 2018-10-25)
src/app/features/deck-of-cards/ (0, 2018-10-25)
src/app/features/deck-of-cards/cards/ (0, 2018-10-25)
src/app/features/deck-of-cards/cards/card/ (0, 2018-10-25)
src/app/features/deck-of-cards/cards/card/card.component.html (287, 2018-10-25)
src/app/features/deck-of-cards/cards/card/card.component.scss (513, 2018-10-25)
src/app/features/deck-of-cards/cards/card/card.component.spec.ts (614, 2018-10-25)
src/app/features/deck-of-cards/cards/card/card.component.ts (315, 2018-10-25)
src/app/features/deck-of-cards/cards/cards.component.html (473, 2018-10-25)
src/app/features/deck-of-cards/cards/cards.component.scss (30, 2018-10-25)
src/app/features/deck-of-cards/cards/cards.component.spec.ts (621, 2018-10-25)
src/app/features/deck-of-cards/cards/cards.component.ts (1285, 2018-10-25)
src/app/features/deck-of-cards/deck-of-cards.component.html (56, 2018-10-25)
src/app/features/deck-of-cards/deck-of-cards.component.spec.ts (665, 2018-10-25)
src/app/features/deck-of-cards/deck-of-cards.component.ts (197, 2018-10-25)
src/app/features/deck-of-cards/deck-of-cards.module.ts (712, 2018-10-25)
... ...

# Angular Deck Of Cards ## Zipari Front End Project ## Demo https://angular-deck-of-cards.firebaseapp.com/ ## Task Create a simple angular 2 application to draw a hand from a deck of cards. ## Rules Your interface should have 1 page that has a draw button, four filters, and a view of the current hand you have drawn. We can assume that after ever draw all cards are shuffled back into the deck and every hand being drawn is taken from a full deck. Four Filters - The four filters should allow you to filter by the following: * Possible card Suit (spade, heart, club, diamond -- multi-selection preferred), * Number of Cards in a hand (1-52), * Max card Value (e.g.: No cards larger than a Jack), * Min Card Value (e.g.: No cards lower than a 4). All hands must consist of unique cards and randomized (to the best of your ability) Hand size should be dynamic based on the filters selected. I.e.: If you have selected Spades, and Hearts as possible suits your hands size should not be able to be larger than 26 etc.. Future builds may require that you add more Decks to draw from. If there are 2 decks you could have 2 of the same card within one hand and a maximum of 104 cards in a hand size. If you have 3 decks you could have 3 of the same card in a hand and a max of 156 cards in a hand etc… Is there any special consideration you might want to make as the size of the hands gets larger and larger to help usability of the app? Will the display change based on the hand size? ## Delivery * Please place code on a public GitHub repo and share with us * This does not have to be up and running on a server. You’ll need to run this locally to test of course, but we’ll just want to look at the code * Use your best judgement for open questions. We won’t answer anything specifically.

近期下载者

相关文件


收藏者