Skip to content

polito-WA1-AW1-2021/react-scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-scores project

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 (except one).
  • Phase 2: add a form and its management.
  • Phase 3: edit form and client-side routing. The application now has 3 different pages.
  • Phase 4: add interaction with the server for all the operations. Basic error handling.
  • Phase 5: add login and logout. Sample credentials: student@studenti.polito.it (psw: student) and test@polito.it (psw: student).