Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a646569
Update README.md
IrupePozoGraviz Apr 25, 2023
4346484
massa strunt
Apr 25, 2023
0a06007
now without the cat
Apr 25, 2023
4b93301
med fetch
Apr 25, 2023
cff5f7c
Starter page component and game component start
Apr 25, 2023
90031be
fixed typo. Functionality works in game
Apr 25, 2023
88c02c6
username displaying
Apr 25, 2023
76922e0
Fixed restart button
Apr 25, 2023
7453c57
started on background statement
jonsjak Apr 26, 2023
f0957b3
added spaceship Lottie
jonsjak Apr 26, 2023
66c95a7
spaceship's flies!
jonsjak Apr 26, 2023
a5d88ee
added keyframes for UFO
jonsjak Apr 27, 2023
437019f
started buttons
jonsjak Apr 27, 2023
1ea1e24
loadingpage
Apr 27, 2023
4cce209
styled loading page
jonsjak Apr 27, 2023
aea12fb
fixed arrows and toggle effect
Apr 27, 2023
d214b40
solved merging conflicts
Apr 27, 2023
af6ceaf
changed pic size
jonsjak Apr 27, 2023
8af143b
...and loadingspace.jpg
jonsjak Apr 27, 2023
d23f0b2
worked ufo anomation
Apr 27, 2023
c2df4ae
worked ufo animation timer
Apr 27, 2023
d068d98
worked on responsiveness
Apr 27, 2023
0dc2eff
worked on responsiveness
Apr 27, 2023
3e4c978
worked on responsiveness
Apr 27, 2023
b5007a9
worked on responsiveness
Apr 27, 2023
4e9570e
started cleaning code
jonsjak Apr 28, 2023
270a282
component break-out from Game.js
jonsjak Apr 28, 2023
d4dc7a7
Update README.md
IrupePozoGraviz Apr 28, 2023
d3ece74
final fixes
jonsjak Apr 28, 2023
6e906a2
Merge branch 'master' of https://github.com/IrupePozoGraviz/project-l…
jonsjak Apr 28, 2023
86aeb29
og-tags
jonsjak Apr 28, 2023
66958c6
fixed username problem
Apr 28, 2023
e108f92
testing timesetout
Apr 29, 2023
992c644
testing settimeout
Apr 29, 2023
5a00a64
testing settimeout
Apr 29, 2023
fabf133
testing settimeout
Apr 29, 2023
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
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Project Labyrinth
Group project with Vera and Jonas and Irupé where we build a project which allows a user to navigate a maze, in the form of a text-based adventure, provided by a backend.

Replace this readme with your own information about your project.

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

## The problem
This week's project involved diving deeper into Redux and working with APIs and thunks. The project also covered the structuring of Redux stores, reusable components, and sending JSON in the body of a request.
We started with mob-programing to then branchout and then mob-programing again.

Tools and Technologies Used
React
Redux
JSONPlaceholder
Visual Studio Code
Git and GitHub


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?

## 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://the-great-space-maze.netlify.app
Loading