Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ninas Project Labyrinth #212

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
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
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# Project Labyrinth

Replace this readme with your own information about your project.
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.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
**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.

## The problem

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?

In this week's project, you'll be building a project which allows a user to navigate a maze, in the form of a text-based adventure, provided by a backend.

The goal for this week is to use the API specified to build a frontend that gives the user control over what to do next. You'll focus on using thunks and redux to build the communication with the backend. Beyond that, you'll have a lot of freedom.

This week's project comes in the form of a text-based adventure. Classic games like this usually present the user with a description of where they are and provide several alternatives about what they can do.

## 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://labyrinth-game-redux.netlify.app/

Sound Effect by "https://pixabay.com/users/maxou-yt-30144327/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=music&amp;utm_content=141426">MAXOU-YT</a> from "https://pixabay.com/sound-effects//?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=music&amp;utm_content=141426">Pixabay
23 changes: 19 additions & 4 deletions code/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# Project Labyrinth

Replace this readme with your own information about your project.
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.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
**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.

## The problem

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?

In this week's project, you'll be building a project which allows a user to navigate a maze, in the form of a text-based adventure, provided by a backend.

The goal for this week is to use the API specified to build a frontend that gives the user control over what to do next. You'll focus on using thunks and redux to build the communication with the backend. Beyond that, you'll have a lot of freedom.

This week's project comes in the form of a text-based adventure. Classic games like this usually present the user with a description of where they are and provide several alternatives about what they can do.

## 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://labyrinth-game-redux.netlify.app/

Sound Effect by "https://pixabay.com/users/maxou-yt-30144327/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=music&amp;utm_content=141426">MAXOU-YT</a> from "https://pixabay.com/sound-effects//?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=music&amp;utm_content=141426">Pixabay
Loading