Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 608 Bytes

Fullstackopen Course

Tired of my old job working with Angular, I decided to learn React for free, and so, I started this course in my free time.

Knowledge base

In this course, I have learned:

  • React with hooks.
  • NodeJS, Express, MongoDB and User Authentication with JSON Web Token.
  • Testing the frontend with Jest, Testing Library,(Unit testing).
  • Testing the backend with Jest and Supertest (Integration testing).
  • Testing the whole app with Cypress. (End to End (E2E) testing).
  • State management with Redux, Redux Toolkit and Redux Thunk.
  • React Router, custom hooks and Styled components.