
Grego
@Grego14All solutions
Conference ticket generator using React, html2canvas and Github API
#accessibility#bem#fetch#react#viteSubmitted about 1 month agoI would like to receive advice about JavaScript code and what I can do to improve it.
Product list with cart using React and Motion
#accessibility#framer-motion#bemSubmitted 4 months agoShould I use the Context API or some library to handle the state?
What is the best way to download components after others are downloaded/rendered? (I use states like loadCart, productsFetched... etc.)
Would like to receive feedback about the way I use the lazy loading technique and how to organize the components.
If you find any bugs in the challenge, please let me know and I'll fix them!
Advice Generator App, This is my first time working with an API.
#accessibility#bem#pure-cssSubmitted 10 months agoAny feedback will be appreciated! I'd like to know if the way I got the data from the API is correct or how could improve it.
Contact Form using basic HTML, CSS, JS and ValidityState Web API.
#accessibility#bemSubmitted 10 months agoI would appreciate help with input validations, should I use validityState or should I use regular expressions and other types of validations?
Rock, Paper, Scissors. (Lizard + Spock can be enabled after playing).
#accessibility#bemSubmitted 10 months agoHelp with using media querys and preloading resources using javascript. I've been looking at a few ways to preload resources and ended up using this one:
function preloadSource(url, source, callback) { source.src = url if(callback) { source.addEventListener('load', () => { callback(source.src) }, {once: true}) } } preloadSource(soundsUrls.win, sounds.win)
Responsive, Accessible Multi Step Form using Grid, Flexbox and JS.
#accessibility#bemSubmitted 11 months agoI'd like to get help on the correct use of media queries and the way I did the design for mobile.
Also if someone could tell me if the way I implemented the Aria attributes I used is okay. 😁
I read in an article that you have to use default width and height in images in the HTML markup to avoid CLS, but I don't know if should use a picture element with different sources for things like icons, I would like help with that.
Tip calculator using basic HTML, CSS and JavaScript
#accessibility#bemSubmitted 12 months agoSome tips with JavaScript code and some better ways to write code, such as input checks. But any feedback will be appreciated!
Time tracking using basic grid, CSS, HTML, JavaScript
#bemSubmitted 12 months agoI would like some advice on the way I use CSS variables and also with media queries.
Newsletter sign-up form
#bem#accessibilitySubmitted 12 months agoAny help would be appreciated but I would really like some advice on the way I did the mobile design.
Article Preview with basic HTML, CSS and Javascript
#bemSubmitted 12 months agoAny kind of help or advice will be appreciated.