Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
23
Comments
16
adriantech-beep
@adriantech-beep

All comments

  • adriantech-beep•390
    @adriantech-beep
    Submitted 9 months ago
    What challenges did you encounter, and how did you overcome them?

    i have encountered a lot of challenges here,including on how to calculate the random letters and how to implement the strength of the generated passwords.

    What specific areas of your project would you like help with?

    i struggled on the (range slider).i can't find a solution on how to change the color on the left of the slider whenever i drag the slider.and also the slider itself. i still cant manage to change its default color. please help if you do have the solution.i would really appreciate it.😊

    Responsive password generator app #HTML #CSS #JAVASCRIPT

    2
    adriantech-beep•390
    @adriantech-beep
    Posted 9 months ago

    @paul thank you.

  • adriantech-beep•390
    @adriantech-beep
    Submitted 9 months ago
    What challenges did you encounter, and how did you overcome them?

    the most challenging part of this project is the implementation of the card number that has a format of a letter at the end.i'm a little bit confused on the result and the error message that says "wrong format, numbers only" but then on the output it should have a letter at the end.so i decided to follow the format that will be printed.

    What specific areas of your project would you like help with?

    any suggestions or feedback on this project will be much appreciated.😊

    #HTML #CSS #JS

    2
    adriantech-beep•390
    @adriantech-beep
    Posted 9 months ago

    @lo-deck thank you for this kind of suggestion.rigth now i'm still practicing on the responsiveness and still a little lost.i will implement this kind of approach to make it more better.thank you.happy coding.❤️

  • Tuna Erten•430
    @tunaerten
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    To be honest, it wasn’t an easy project. At first, I struggled with styling SVG images in CSS. But now, I can say I fully understand it, which was a good experience for me.

    The JavaScript side was quite fun. I had done a similar project before, but I still had to do a lot of research on Stack Overflow. I guess that’s a normal part of the process. Unfortunately, information that I don’t use doesn’t stay fresh in my mind.

    The most challenging part was deciding which method to use for getting letters and numbers. Initially, I wanted to use the fromCharCode function, but I couldn’t achieve exactly what I wanted. Instead, I made each character into an array, which worked.

    To make the project look a bit more realistic, I also added an animation and an error statement.

    What challenges did you encounter, and how did you overcome them?

    It took me a while to come up with the idea of making the colors and different strengths of colors into objects.

    What specific areas of your project would you like help with?

    I'm open to all kinds of suggestions

    Password generator with animations and Error statement

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 9 months ago

    Wow.what a great work.❤️👍

    Marked as helpful
  • salomasik•160
    @salomasik
    Submitted 9 months ago

    Tip Calculator App

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 9 months ago

    nice work.

  • P
    Eli Silk•920
    @elisilk
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    I spent a lot of time getting the layout to work well across viewport sizes without the use of any media queries (I did use container queries, though), thanks to the help of Every Layout. I think it worked out great, and makes me want to do more with these powerful, but more simplified layout algorithms.

    What specific areas of your project would you like help with?

    I'm not sure about my JavaScript approach. I chose to display all of the data, but then hide the elements that were not selected at the time. And then when selected, the JavaScript will show those selected data and hide the others. Would love to know if others have a better approach for doing this kind of thing.

    Time tracking dashboard with JavaScript to input & switch between data

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 9 months ago

    wow.great work👍

  • Nikola•220
    @porumbachanov
    Submitted 10 months ago
    What specific areas of your project would you like help with?

    Don't know if there's a better regular expression for the email format. Any remarks are welcome.

    Newsletter sign-up form with custom JS form validation

    2
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    great work.keep it up.👍

  • Pankaj•220
    @Pan1402
    Submitted 10 months ago

    Share-card

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    very impressive.nice work👍

  • Brendan•170
    @brendanmadden
    Submitted almost 4 years ago

    Meet Landing Page

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    great work.almost perfect.

  • David de Alencar•120
    @dealencardavid
    Submitted 10 months ago

    Testimonials Grid Section

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    great work.congratulations👍

  • Gnandal Elisée•190
    @Gnandal
    Submitted 10 months ago

    Testimonial Grid Section

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    great work.congratulations.👍

  • noreenfatima775•70
    @noreenfatima775
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    What I Am Most Proud Of:

    I am most proud of successfully implementing a fully responsive design that adapts seamlessly to various screen sizes. Additionally, I effectively used JavaScript to handle input validation and perform accurate date calculations, ensuring a smooth and interactive user experience. I also integrated custom fonts to enhance the app's visual appeal.

    What I Would Do Differently Next Time:

    Next time, I would focus more on enhancing accessibility by using ARIA attributes and improving keyboard navigation. I would also consider using CSS Grid for more complex layouts and possibly integrating a JavaScript library or framework, such as React, to make the code more modular and maintainable.

    What challenges did you encounter, and how did you overcome them?

    One of the main challenges I encountered was validating user input to ensure that the entered date was both correct and meaningful (e.g., no invalid dates like February 30th). Additionally, accurately calculating the age in years, months, and days from the given date posed some difficulty due to the variations in month lengths and leap years.

    To overcome these challenges, I implemented JavaScript functions to check for valid dates and handle errors gracefully with appropriate messages. For the age calculation, I used the Date object in JavaScript to compute the difference between the current date and the input date. This allowed me to handle the complexities of date arithmetic, such as month lengths and leap years, more effectively. I also tested the app with a variety of dates to ensure its accuracy and robustness.

    What specific areas of your project would you like help with?

    I would appreciate feedback and suggestions on the following areas:

    Accessibility Enhancements: How to improve the app's accessibility, particularly for screen readers and keyboard navigation. Performance Optimization: Tips on optimizing the code to make it more efficient and improve loading times, especially for mobile devices. Design Improvements: Any advice on enhancing the visual design, such as color choices, typography, or layout adjustments, to improve user experience. JavaScript Best Practices: Suggestions on refining my JavaScript code for better readability, maintainability, and performance. Cross-Browser Compatibility: Advice on ensuring the app looks and functions consistently across different browsers and devices.

    Age Calculator App - Responsive and Interactive Date Calculation Tool

    #accessibility
    3
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    nice work.

    i only have a few suggestion instead of choosing alert pop up on window if there is no input you can use an (if else statement) on javascript to change the border color of input boxes and a text that will pop up below the input boxes.

    Hope this will help.😊

  • Maxked-Code•120
    @Maxked-Code
    Submitted 10 months ago

    Responsive Four Card Feature Section

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    great job. but need to fix the images.its not working. same with mine.i needed to update my file.

  • Azzam Al Kahil•310
    @AZZAM-K
    Submitted 10 months ago

    HTMl,CSS

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 10 months ago

    theres some problem with your project mate.

  • P
    abs8090•60
    @abs8090
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    because flex is very helpful, one of the first questions i will ask myself next time is: "can i flexbox? how? where?"

    What challenges did you encounter, and how did you overcome them?

    getting the background of the social media accounts' background was tricky, and after sometime I found out that the solution was to make the display: block for the tags.

    vanilla css and html

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 11 months ago

    wow.nice work.

  • Osman Bay•690
    @osmanbay90
    Submitted 12 months ago

    Blog preview card 2

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 11 months ago

    Nice work.keep it up.

    Slight changes on font weight might be a consideration.

  • Ali Aboelhassen•40
    @aliaboelhassen
    Submitted 11 months ago

    QR code component

    1
    adriantech-beep•390
    @adriantech-beep
    Posted 11 months ago

    wow.congrats.

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub