A pair-programming project where we build a maze game that allows a user to navigate a game, in the form of a text-based adventure, provided by a backend. We used the API specified to build a frontend that gives the user control over what to do next. We focused on using thunks and redux to build the communication with the backend.
What have we learned:
- How to work with APIs together with Redux
- How to use thunks
- Other ways of writing Redux
- How to structure your redux store to suit your data
- To send JSON in the body of a request
Technologies used in this project: React Redux, Styled componenents, Lottie animation library.