Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 685 Bytes

File metadata and controls

20 lines (19 loc) · 685 Bytes

Iteration 1

  1. Create app with create-react-app, docs
  2. Add react-router-dom. How to add, see presentation
  3. Create pages components:
    • Welcome pg
    • Profile pg
    • Game pg
    • Congratulation pg
    • Records(TOP result) pg
  4. Implement router for this pages:
    /                 -> should redirect to /wlecome
    /welcome          -> WelcomePg
    /profile          -> ProfilePg
    /game             -> GamePg
    /congratulations  -> CongratulationPg
    /records          -> RecordsPg
    
  5. Implement WelcomePg, Page requirements