banana joe
@bananaJoeRealAll comments
- @hwright1313Submitted about 4 years ago@bananaJoeRealPosted about 4 years ago
Hey Holly!
I've taken a look to your solution and your code, And you have a little problem, The problem in the button (class: carousel-buttons) until positioning it with (left and bottom) try positioning it with margins.
Happy codding!
0 - @AndreaLecuonaSubmitted about 4 years ago@bananaJoeRealPosted about 4 years ago
Hey Andrea Lecuona!
Your solution looks nice but it's not responsive.
- Change the break point 375px to 620px it will be great! (For the header).
- Add hover to the header links to be interactive with the user.
Happy codding!
1 - @LOTUShkovSubmitted about 4 years ago
I did not understand how to implement page scrolling when increasing the scale.
@bananaJoeRealPosted about 4 years agoHey Yaroslav!
Your solution looks great and responsive!
Happy codding!
0 - @joseftomecekSubmitted about 4 years ago@bananaJoeRealPosted about 4 years ago
Hey Josef Tomecek!
You have putted the wrong link in Live Site URL, Please edit it.
Happy codding!
0 - @ayahabeeb98Submitted about 4 years ago
I faced a challenge to make a copy feature, I'm curious if my solution is correct and if there is another way to do it.
@bananaJoeRealPosted about 4 years agoHey sister Aya hope you doing well inshaalah!
Your solution looks great and responsive! I have just some little notes.
- The sign up button is a little big bigger
padding: 7em 2em;
will be more closer to the design! - If you want to remove the outline that shows when you click a button use
outline: none;
Happy codding!
1 - The sign up button is a little big bigger
- @ApplePieGiraffeSubmitted about 4 years ago
Hey, everybody! 👋
This was a short, easy challenge that was a lot of fun to code! (Thinking about how to place the image was interesting.) 😉
I added a few CSS animations from Animate.css (as usual) to make the simple mobile navigation and the loading of the page a little cooler! 😄
Feedback is welcome and appreciated! 😊
Happy coding! 😁
@bananaJoeRealPosted about 4 years agoHey ApplePieGiraffe!
Your solution looks nice, I loved the animation nice work!
2 - @alvianharyantoSubmitted about 4 years ago
This is my first time react js app. I take a long time to understand react js. I know, my app is so bad, and I hope anyone can review my code. any feedback please.. :)
@bananaJoeRealPosted about 4 years agoHey Alvian!
I've taken a look at your react code and I've some advices!
- Use functional components as much as you can(learn hooks(e g : useState hook and useEffect hook...)). introducing hooks useState hook useEffect hook
- Don't write your code in App.js file use, you've written so much code in App.js file, Write your code in files in components folder and import the in App.js file.
- Don't write any thing in the body of index.html file.
Happy codding!
3