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