RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

feat: Implement `QuizRecapitulationView` #215

Open apomalyn opened 2 months ago

apomalyn commented 2 months ago

Requirements

Implement a QuizRecapitulationView view that:

What needs to be done

Under src/practice/quiz/recapitulation, create a QuizRecapitulationView:

Update the router to open QuizRecapitulationView when QuizRecapitulationView.routeName is called, don't forget to extract questions and quizDuration from the extra.

Design

Wireframe of QuizRecapitulationView ![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/d224b868-855c-43c9-bbfe-f66c27d3755c)

Dependencies

Child of #210

Depends on:

Dev notes