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

Liftly | Linda & Izabel #45

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Liftly | Linda & Izabel #45

wants to merge 40 commits into from

Conversation

Izzibizz
Copy link

@Izzibizz Izzibizz commented Apr 26, 2024

Copy link

@wwenzz wwenzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!!! It looks fantastic and clean. We love your design.
We didn't use the styled components and from your project we've learnt a lot about it. You made the styled components easy to understand!
We know how difficult it is to implement the sideward scroll, but we're impressed how well you did it! Keep up the great work!

//Sofie & Wen

)
}

const GlobalStyle = createGlobalStyle`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really cool setup! Make the style consistent.

// Sofie & Wen

import styled from 'styled-components'
import arrow from '/arrow-circle.svg'

export const NormalButton = () => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smart to put all the button components into one file 👍
// Sofie & Wen

<div className={burgerClass}></div>
</div>

{/* {" "}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth cleaning up the file and remove the comments?
// Sofie & Wen


const containerRef = useRef();

const handleScroll = (scrollAmount) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We thought this component really cool! You implemented useRef and useSate pretty well 💯
// Sofie & Wen

@@ -0,0 +1,133 @@
import AppStore from '/AppStore.svg'
import GooglePlay from '/GooglePlay.svg'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the applestore and googleplay images look really cool!
// Sofie & Wen

export const Download = () => {
return (
<StyledDownload>
<picture className="weightpic">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are wondering why you chose picture instead of img element.

// Sofie & Wen


//Styled Components

const StyledButton = styled.button`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are amazed to see how you bundle the styles of buttons together and utilise so many variables/props.
// Sofie & Wen


const containerRef = useRef();

const handleScroll = (scrollAmount) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We think it'd be better if this handle scroll function can be extracted and put into a component so it can be reused in several components.

//Sofie & Wen

Copy link

@AntonellaMorittu AntonellaMorittu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Izabel & Linda, and congrats for completing week 12 assignment! Your app looks fabulous! 🔥 The site looks very close to the design and followed our requirements. How did you like Styled Components? Seems like you tackled it in the right way and implemented a great result. Now the design is not pixel perfect, but that's okay, here's a little things that can be taken into consideration to improve it even further:

  • Apply the correct rule for aligning the items for example:download-classes-> justify- content: space-between, or pink-download box: left
  • accessibility 76 - should score at least 95!

Please fix accessibility and you're good to go 🚀 Thank you and again, well done!! 👑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants