Grego
@Grego14All solutions
- Submitted 5 months ago
Advice Generator App, This is my first time working with an API.
- HTML
- CSS
- JS
- API
Any 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.
- Submitted 6 months ago
Contact Form using basic HTML, CSS, JS and ValidityState Web API.
- HTML
- CSS
- JS
I would appreciate help with input validations, should I use validityState or should I use regular expressions and other types of validations?
- Submitted 6 months ago
Rock, Paper, Scissors. (Lizard + Spock can be enabled after playing).
- HTML
- CSS
- JS
Help 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)
- Submitted 7 months ago
Responsive, Accessible Multi Step Form using Grid, Flexbox and JS.
- HTML
- CSS
- JS
I'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.
- Submitted 7 months ago
Tip calculator using basic HTML, CSS and JavaScript
- HTML
- CSS
- JS
Some tips with JavaScript code and some better ways to write code, such as input checks. But any feedback will be appreciated!
- Submitted 8 months ago
Time tracking using basic grid, CSS, HTML, JavaScript
- HTML
- CSS
- JS
I would like some advice on the way I use CSS variables and also with media queries.
- Submitted 8 months ago
Newsletter sign-up form
- HTML
- CSS
- JS
Any help would be appreciated but I would really like some advice on the way I did the mobile design.
- Submitted 8 months ago
Article Preview with basic HTML, CSS and Javascript
- HTML
- CSS
- JS
Any kind of help or advice will be appreciated.