harakeke-2019 / feke

0 stars 1 forks source link

make client side categoryList and flashcards components working #96

Closed Jennyfang135 closed 5 years ago

Jennyfang135 commented 5 years ago
  1. categoryList component can display category lists names that returned from database
  2. create flashcards component
  3. create api for flashcards 4.create actions for flashcards 5.create reducers for flashcards
  4. flashcards can display words one by one
  5. add next button and it can display next word
  6. add previous button and it can display previous word
  7. add home button to navigate to categoryList page
Jennyfang135 commented 5 years ago

close