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

Quiz AI hippos 2 #115

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9fc561d
Optionbuttons, questions and progression
JosefinRobertsson Apr 12, 2023
a4c10a4
added styled_components folder and a buttons-file
JosefinRobertsson Apr 13, 2023
bc202a5
Added hints, Hintcomponent and cond. rendering
JosefinRobertsson Apr 13, 2023
0eb02d9
Added button disabler to avoid multiple clicks
JosefinRobertsson Apr 13, 2023
6523c4d
Office day results
JosefinRobertsson Apr 14, 2023
0433ab9
Color change for right and wrong answers
JosefinRobertsson Apr 15, 2023
90f0207
changed fonts on optionbtn & animation on startbtn
JosefinRobertsson Apr 15, 2023
115c202
animation update startbutton
JosefinRobertsson Apr 15, 2023
c80c088
summary
cpz-crafts Apr 15, 2023
cda6f3c
mobile responsive check
cpz-crafts Apr 15, 2023
1764a58
padding
cpz-crafts Apr 15, 2023
d29ed8d
added hints used to show in summary
Apr 16, 2023
ecc7595
changed false to null on line 145 CQ
JosefinRobertsson Apr 16, 2023
b20e3a3
Merge branch 'master' of https://github.com/JosefinRobertsson/project…
JosefinRobertsson Apr 16, 2023
fd31c95
changed eol
JosefinRobertsson Apr 16, 2023
6c28e67
Merge remote-tracking branch 'origin/cpz-styling'
JosefinRobertsson Apr 16, 2023
bf6fd21
added ogtags and updated styling for responsivness
Apr 16, 2023
ee2fda2
adjustment to images, change to hero image on phone, small adjustment…
Apr 16, 2023
58daea2
removed unneccesary comments
Apr 16, 2023
4c8604b
prevent video playing on mobile after restart
JosefinRobertsson Apr 16, 2023
f307196
restartbtn visibility + tiny bit more glitch
JosefinRobertsson Apr 16, 2023
7914f89
Update README.md
JosefinRobertsson Apr 16, 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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Redux quiz group project

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.
A group project, trying out Redux for the first time while making a quiz

## 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?

## 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-last-quiz.netlify.app/
Loading