Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 526 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 526 Bytes

React SPA Example

Task: create SPA that meets the following requirements

List of technologies

  • React
  • React-bootstrap
  • React-router
  • Axios
  • Redux
  • Redux-saga
  • Git

App content

  • Header with navigation
  • Posts list (main page)
    • Avatar
    • Title
    • Text
    • Post comments list (collapsible)
      • email
      • text
  • About page
  • User details page
    • Avatar
    • Back button
    • Name
    • Email
    • User posts list (similar structure to Posts list)

Data source