
Rajat Bhatt
@bhattrajatAll comments
- @hsnb5789@bhattrajat
Hi Bharath, Great job finishing the challenge. To deploy the React application I would recommend you to use Vercel or Netlify which are really great platforms. I suggest you to go through the following guides to learn about the deployment process which is very easy once you push your code to github.
I hope this will be helpful :). Let me know if you still find any issues
Marked as helpful - @Alexisdm1985@bhattrajat
Hi Alexis, Great job on finishing the challenge. In terms of design, it really looks great. I have noticed that you have removed the outline from the buttons component which is not considered good practice in terms of accessibility. Because of that we can't really use keyboard's tab key to interact with the button. You can read it more over here https://developer.mozilla.org/en-US/docs/Web/CSS/outline#accessibility_concerns
Marked as helpful - @JoannaKalbarczyk@bhattrajat
Hi @JoannaKalbarczyk, congratulations on finishing the challenge. I suggest you make it the tablet view same as the mobile view that way It will adjust the content/text in a better way for the tablet view.
- @aminaArif22@bhattrajat
Hi Amna, Great Job finishing the challenge. Looking at your html it seems that you can improve your site's accessibility by wrapping your arrow images in a button element. That way it can be keyboard accessible. You can also test this with pressing tab to select the button and see it yourself.
Marked as helpful