Anton Vasilache
@AntonvasilacheAll solutions
- Submitted 4 months ago
Responsive NFT Preview Card Component using CSS Flex, SCSS
- HTML
- CSS
Not sure if the styling is optimally nested in the scss file.
- Submitted 4 months ago
Responsive Tic Tac Toe game with JS, React
- HTML
- CSS
- JS
Probably a way to make the CPU player somewhat smart, instead of relying on random moves.
- Submitted 4 months ago
Responsive BMI Calculator using CSS Flex, Grid, JS
- HTML
- CSS
- JS
Possibly adapting the page for larger screens, like 1920 or 2560px.
- Submitted 4 months ago
Responsive notifications page using CSS Flex, Grid, JS
- HTML
- CSS
- JS
Not sure what else would be needed here. Maybe making the content more dynamic.
- Submitted 5 months ago
Responsive e-commerce product page using CSS Flex, Grid, JS
- HTML
- CSS
- JS
Maybe there is a better way of refactoring the functions and handling the responsiveness.
- Submitted 5 months ago
Responsive News Homepage using CSS Grid, JS
- HTML
- CSS
- JS
How to make the page more accessible.
- Submitted 5 months ago
Responsive contact form using CSS Flex, JavaScript
- HTML
- CSS
- JS
I'm not sure if I have combined the accessibility elements properly.
- Submitted 5 months ago
Responsive Frontend Quiz App using React with useReducer, Context API
- HTML
- CSS
- JS
I think I could have done a better job of organizing the css classes.
- Submitted 5 months ago
Password generator app using vanilla JS
- HTML
- CSS
- JS
I think there could be some more refactoring done to the code.
- Submitted 5 months ago
Tip calculator app using CSS Grid, Flex and JS
- HTML
- CSS
- JS
There is probably a better way of storing the state, I tried to use an object, but didn't do much with it in the end.
- Submitted 5 months ago
Time Tracking Dashboard with CSS Flex, Grid
- HTML
- CSS
- JS
Could probably use a way of handling the dynamic content with less loops.
- Submitted 5 months ago
Newsletter sign up with succcess message using CSS Flex, JavaScript
- HTML
- CSS
- JS
Using width and max/min-width more effectively in responsive design.
- Submitted 8 months ago
Age calculator app using CSS Flex, Grid, JavaScript
- HTML
- CSS
- JS
Could use a way of refactoring some of the code, my success has been limited in that aspect. I would also like to see a more effective way of animating the results display.
- Submitted 8 months ago
Article preview component using CSS Grid, Flex, JavaScript
- HTML
- CSS
- JS
Could probably use a more efficient way of handling the click in JS, using the
toggle
method, instead ofstyle
. Also, configuring an svg image so that I can keep both the content and the background on top, when other elements are displayed over it. - Submitted 8 months ago
Pod access landing page with CSS Grid, Flex and JavaScript
- HTML
- CSS
- JS
Would like to create a more responsive layout from the get go, to avoid using so many media queries.
- Submitted 8 months ago
Interactive rating component using CSS Flex, Grid and Javascript
- HTML
- CSS
- JS
Maybe alternative ways of managing state in JS
- Submitted 8 months ago
FAQ accordion component using CSS Flex and Javascript
- HTML
- CSS
- JS
- There is probably a more efficient way of managing state for the opened/closed items.
- Refactoring the code to something less repetitive.
- Sizing the page elements with less reliance on media queries.
- Submitted 8 months ago
Responsive meet landing page using CSS flex and grid
- HTML
- CSS
- Creating a responsive page which relies less on media queries.
- Submitted 8 months ago
Testimonials grid section using CSS Grid
- HTML
- CSS
Maybe a more reliable way of styling box shadows.
- Submitted 8 months ago
Responsive four card feature section using CSS grid and flex
- HTML
- CSS
- Placing the container on the page, not sure if using vh was the best option.
- Not confident with how to use the box-shadow properties.
- Submitted 8 months ago
Product preview card using CSS Flex and Grid
- HTML
- CSS
Not sure what else I need here. Maybe a more efficient way of replacing images on breakpoints.
- Submitted 8 months ago
Responsive recipe page using CSS Flex and Grid
- HTML
- CSS
- Not sure if it is the best way to implement the mobile design.
- Submitted 8 months ago
Social links profile using CSS Flexbox
- HTML
- CSS
- Not sure how the focus state should look like
- Submitted 8 months ago
Blog preview card using CSS Flexbox
- HTML
- CSS
- Not sure how best to adjust the font for mobile view, without using media query. Tried using vw for font-size, but the result does not seem visible.