Hello everyone, I just finished this challenge by using ReactJS. If you have any suggestion how I should better implement React hooks (useState and useEffect), form validation, or anything else to improve my code, I would appreciate it.
Thank you.
Hello everyone, I just finished this challenge by using ReactJS. If you have any suggestion how I should better implement React hooks (useState and useEffect), form validation, or anything else to improve my code, I would appreciate it.
Thank you.
Haia, it looks great! Well done. I have some suggestions though (I don't know react):
Greetings ^-^ !
I learned a lot doing this project. Thinking of re-doing it to fully grasp everything I learned. I have 2 questions though.
Is there any way to change the footer logo to green using CSS only? The alternative graphic wasn't included so I'm assuming there is an alternate solution.
For blank DIVS with backgrounds, what Aria landmark do I use?
Hi there,
I have done it ! I am quite happy with myself to actually finish the challenge.
This was my very first DOM Manipulation challenge, so it really took me a while to get there.
This was a great challenge and really tested my knowledge on some area. So a lot of reading was involved.
Although, I couldn't quite figure out why I need to include document method such as "let myBill = document.........value" inside my function on not just apply a variable name to it and just use that variable in my function. It seemed to only accept it that way ?
Thank you for any feedback you would give me, I appreciate your effort !
Sophie
Hi, first up, it looks great, and sorry about my english. I have some advice (I can be wrong):
PD: document.something references your HTML document, So you select something from your html document.
My second challenge. Greetings.