Daniil
@DaniilGurskiAll solutions
- Submitted about 1 month ago
Responsive solution using Styled components
- HTML
- CSS
- JS
- API
Any advice on file organization, techniques for using stylized components will be gratefully received.
- Submitted 2 months ago
Responsive React Tip calculator
- HTML
- CSS
- JS
I'd like to know how I can improve my tests. For this project I wrote one large unit test because it was difficult to figure out how to do it with the context provider involved.
- Submitted 3 months ago
SPA hangman game using React and SCSS
- HTML
- CSS
- JS
I tried to make the game understandable when using screen readers, but I'm still not quite sure about some things. For example, when I click on the wrong button, the number of attempts is not counted, although I seem to have set the right aria attributes on the progress tag. Also, How else can I clearly let the user know in which position of the word he guessed the letter ? It was also quite difficult to fit some of the mystery words on the screen. It often looks strange on mobile devices, so I'd be interested to hear how you dealt with it.
- Submitted 4 months ago
React soulution of Job listings
- HTML
- CSS
- JS
This is my first solution using react, I would like you to point out any small mistakes in my implementation of the project and share best practices. Thanks !
- Submitted 5 months ago
Responsive and functional Markdown editor
- HTML
- CSS
- JS
I would like to know if I can improve the accessibility of my markdown editor and some tips on how to organise js.
- Submitted 6 months ago
Quiz web-app using SCSS, vanilla JS
- HTML
- CSS
- JS
For some reason, the option items shrink in height when they are highlighted. This problem occurred late in development and I don't think I've had it before. I've also tried to make the quiz more accessible, but there are still some weird bugs when using the screen reader and keyboard navigation. Some tips are appricieted !
Note: to see the site better, zoom out a bit. I followed the typescale provided in the figma file.
- Submitted 8 months ago
SASS solution
- HTML
- CSS
I would like to get some tips on the topic of project structure and using SASS features more efficiently.