Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Project Labyrinth

Replace this readme with your own information about your project.
This week's task was to build a text-based game where the user navigates through a labyrinth, using React and Redux. We practiced writing thunks and worked together in pairs.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
## The brief

## The problem
This week's project is all about tying together the skills you've learnt to build an app that retrieves a list of actions from the backend and presents them to the user as interactable items.

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
**What you need to do**

✓ Your page should be responsive.

✓ Use redux to store the current state of the game.

✓ Focus on making the UX of your app good. Handle the response delay.

✓ Use thunks to wrap your API calls.

## View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
https://zippy-vacherin-041127.netlify.app/
Loading