uplink42 / tarot-project-refactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarot in Angular

This project will allow me to practice Angular by reaching out to an open API for tarot.

Despite tarot's strong fanbase of mysticism, at the root of it, the cards are only meanings that relate to any human's experiences in life. This data set makes a great meditation tool through loose allusions that the "querent" (or person asking for a reading) can interpret however they choose.

Swagger: Tarot Card Meanings REST API

TO DO LIST

App if !spread.title input for title else if !positions.length inputs for positions else check that cards have data display cards

QUESTIONS TO ANSWER

  1. Study ngModel and Form Control.
  2. Learn more about banana-in-a-box syntax and two-way binding. Is that prefered to unidirectional downwards only?
  3. Is Redux a bad choice for Angular?
  4. Is smart/dumb component architecture necessary in Angular?

About


Languages

Language:TypeScript 76.3%Language:HTML 15.1%Language:JavaScript 5.2%Language:SCSS 3.4%