This project is an Angular-based web application for the website KyosoCards.com. Some features include managing custom cards, user authentication, shopping cart functionalities, and order processing. The app features dynamic components, robust validation, and integrates with external services like Stripe for payments.
KyosoCards is deployed and accessible at kyosocards.com
client/
├── src/
│ ├── app/
│ │ ├── authentication/ # Login, Register, Profile components
│ │ ├── card/ # Card components (list, create, format)
│ │ ├── shopping/ # Cart, Checkout, and Order confirmation
│ │ ├── home/ # Home, Search, FAQ components
│ │ ├── extra-pages/ # Contact, Game Rules components
│ │ ├── navigation/ # Navigation component
│ ├── assets/ # Images and resources
│ ├── environments/ # Environment configs
├── angular.json
├── package.json
├── tsconfig.json
app.component.ts
, app.component.html
, app.component.css
navigation.component.ts
, navigation.component.html
, navigation.component.css
login.component.ts
, login.component.html
, login.component.css
register.component.ts
, register.component.html
, register.component.css
profile.component.ts
, profile.component.html
, profile.component.css
card.component.ts
, card.component.html
, card.component.css
cardbackground.png
).card-list.component.ts
, card-list.component.html
, card-list.component.css
card-create.component.ts
, card-create.component.html
, card-create.component.css
cart.component.ts
, cart.component.html
, cart.component.css
checkout.component.ts
, checkout.component.html
, checkout.component.css
order-confirmation.component.ts
, order-confirmation.component.html
, order-confirmation.component.css
home.component.ts
, home.component.html
, home.component.css
search.component.ts
, search.component.html
, search.component.css
faq.component.ts
, faq.component.html
, faq.component.css
contact.component.ts
, contact.component.html
, contact.component.css
game-rules.component.ts
, game-rules.component.html
, game-rules.component.css
auth.service.ts
card.service.ts
cart.service.ts
email.service.ts
storage.service.ts