This project contains a simple example of a React application for recording the scores you got with your exams.
It will be developed in phases, in several weeks, to illustrate the different features of React.
- Phase 1: just static component rendering, and props-propagation. Uses 'fake' data and does not allow any user interaction.
- Phase 2: add a form and its management.
- Phase 3: edit form and client-side routing. The application now has 3 different pages.