Javier Duarte
@javiIT10All comments
- @Towbee05Submitted 4 months ago
- @b4khtiarSubmitted 5 months ago
- @Towbee05Submitted 4 months ago
- @SinanFischerSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Write Semantic HTML. Just creating this Project, to go further in web accessibility path.
What challenges did you encounter, and how did you overcome them?Checked some documentations to properly create it.
What specific areas of your project would you like help with?Any help is welcome, we developers never stop learning :)
In case you notice something, I would be happy if you point out how to make it better
- @GhraviteeSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
This is the shortest time I have finished a project. The code is clean and readable.
What challenges did you encounter, and how did you overcome them?The only challenge encountered was the custom input. Asking questions got me the answers.
- @jamesbrown173Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I was lazy to adjust the cards text placement for the desktop view, so they’re still aligned horizontally rather than vertically. If I wanted to adjust this in the future I’de edit it.
Also change my process of working as I had to change a lot of repetitive code as I’m using tailwind CSS I guess that’s one drawback of using it.
I added a custom breakpoint in this design using lg: "1200px",
What challenges did you encounter, and how did you overcome them?Best ways to get the text to become highlighted, then dim again.
I think my way of writing is is overly verbose.
The layout doesn't line up exactly, that needs changing.
What specific areas of your project would you like help with?Not sure, I think on the next project I might start to try and use jquery.
@javiIT10Posted 4 months agoLas Cards estan muy pequeñas, deberias utilizar GRID y encerrar las tarjetas en el poniendo 3 columnas
0 - @jamesbarnettSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am most pleased about getting more comfortable using
data-
elements for minor variations and using grid areas for the first time.I want to continue exploring the Cube CSS approach, both improving my understanding and applying it better.
What challenges did you encounter, and how did you overcome them?I underestimated the variability that would be required for the Card component. I mostly solved the problems by throwing another property at it.
What specific areas of your project would you like help with?Overlooked design details, any suggestions with respect to Vue, and I am always looking for constructive criticism on responsiveness and accessibility. Like were there any opportunities to use aria- tags that would make a meaningful improvement?
- @razanabbasSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I solved it faster than I imagined I would
What challenges did you encounter, and how did you overcome them?I found it hard to choose between the use of flexbox and grid for this project
What specific areas of your project would you like help with?Any suggestions are welcome
- @iamkadibiaSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Proudly completed the challenge. But it took lots of time.
What challenges did you encounter, and how did you overcome them?Problems Encountered
- Adding the icon to the button
- Adding the horizontal line to the $169.99
- Deploying a tailwindcss project to github for the first time
How I solved them
-
Adding icon to the button I just created a div inside the button, then used flexbox to set it horizontal then adjusted the padding for it to fit in well.
-
Adding the horizontal line I created a div to group both price tags then used a span for the one with the horizontal rule. then i created the horizontal line using then i adjusted the top margin
-
Deploying to tailwindcss I used the following command line git init //to initialize git git checkout -b gh-pages //to switch to a new branch
Then I manually copied my index.html and style.css files from the build directory to my root directory
git add . //to add the files
What specific areas of your project would you like help with?
git commit -m 'message' git push origin gh-pagesWriting a more readable code
- @AnwarMestycerSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
...
What challenges did you encounter, and how did you overcome them?...
What specific areas of your project would you like help with?styling succes div
- @Heniola45Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
The project was a bit challenging for me, likely due to the animation involved, but I’m glad I managed to get through it.
What challenges did you encounter, and how did you overcome them?Animation part. I made more research.
What specific areas of your project would you like help with?nil
- @gentrhon666Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
have been so hard for the two views im proud to do the chalenge
What challenges did you encounter, and how did you overcome them?so dificult to minify it and do two views
What specific areas of your project would you like help with?use well the breakpoint to do responsive very well