Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
59
Comments
14
Alex
@AlexKolykhalov

All comments

  • Alex•1,310
    @AlexKolykhalov
    Submitted about 1 year ago

    Rest countries API [HTML+CSS+JS]

    #pwa
    1
    Alex•1,310
    @AlexKolykhalov
    Posted about 1 year ago

    Hello everyone! Any comments are welcome.

    Check app in offline mode.

  • Boots 😺•1,610
    @adityaphasu
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Hey everyone! It's been a while 😊

    Well, I'm most proud of the PWA support that I could implement within this next.js project. One more step towards progressive web apps!

    Currently, I'm using client-side API calls but for future projects, I would like to prioritize using the API dedicated routes and creating custom route handlers to enhance performance and SEO potentially ⬆️

    I also implemented a toast when the links are shortened using Sonner!

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

    The one challenge that made it difficult for me to implement the API was the API itself. I was running into CORS policy issues and the cleanuri API documentation doesn't really specify how to configure the requests... so I tested the API using postman and it did work but the result link returned by the API is very much prone to phishing attacks. As soon as I clicked that link...my antivirus started screaming at me and I decided to see the website anyway.. yup I shouldn't have... bad decision 💀

    In the end, I just opted for a different API which is actually pretty safe and public so for anyone who wants to use that instead here's the repo for it: 1pt-co

    The format returned by this API is very much aligned with this specific project so it helped a lot. One less state to maintain haha

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

    I'm still learning about accessibility and I've tried to implement it for this project but I'm still not sure if I've implemented it fully so any help with that is appreciated.

    While lighthouse does help with the main accessibility issues it doesn't help with core ones apparently so I'd also like to know which tools you guys use to analyze the page for major accessibility issues.

    It was a good project overall and I had fun! Any Feedback or suggestions are appreciated.

    P.S I used Framer motion to animate the URLs so give it a go! 🪄

    URL Shortening API || Next.js + Typescript

    #framer-motion#next#typescript#tailwind-css
    2
    Alex•1,310
    @AlexKolykhalov
    Posted about 1 year ago

    Finally, where have you been?))) Good work, by the way!!

  • agnese•360
    @aggie-l
    Submitted over 1 year ago

    Responsive Bookmark Landing Page

    1
    Alex•1,310
    @AlexKolykhalov
    Posted over 1 year ago

    Hi, very clean solution. Do you have mobile navigation bar or am i missing something?

    Marked as helpful
  • Vishnu_31•230
    @vishnu-31
    Submitted over 1 year ago

    Responsive Design For Notification Page

    #tailwind-css#react
    1
    Alex•1,310
    @AlexKolykhalov
    Posted over 1 year ago

    Hello, about positioning red dot... You can use ::before or ::after. I think this is one of the right direction you can choose.

  • Florian Schaessens•110
    @Dolpheus89
    Submitted over 1 year ago

    QR code component

    1
    Alex•1,310
    @AlexKolykhalov
    Posted over 1 year ago

    Hello! Look pretty good.

    For centering element you can apply:

    1. flex and justify-content: center and align-items:center
    2. grid and place-content: center
    3. do this with position and translate

    There are many ways.

    Here are some videos about centering

  • Boots 😺•1,610
    @adityaphasu
    Submitted almost 2 years ago

    Crowdfunding Product Page || React + TailwindCSS

    #framer-motion#react#tailwind-css
    2
    Alex•1,310
    @AlexKolykhalov
    Posted almost 2 years ago

    Very good work!! Keep going!

  • Realitales•110
    @Realitales
    Submitted almost 2 years ago

    Vite + React of Fylo.

    #framer-motion#react#vite#tailwind-css
    1
    Alex•1,310
    @AlexKolykhalov
    Posted almost 2 years ago

    Hello, cool animation by the way!

    Some tip to you.

    To prevent resizing when you hover on links https://stackoverflow.com/questions/556153/inline-elements-shifting-when-made-bold-on-hover

    Marked as helpful
  • Mahmoud Khamis Ahmed•10
    @mkhamis266
    Submitted about 2 years ago

    intro-component-with-signup-form

    #sass/scss
    1
    Alex•1,310
    @AlexKolykhalov
    Posted about 2 years ago

    Good luck on your looooong way!))

    Marked as helpful
  • Melvin Aguilar 🧑🏻‍💻•61,020
    @MelvinAguilar
    Submitted over 2 years ago

    Article preview component (Tailwind CSS + JavaScript)

    #accessibility#tailwind-css
    13
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    Perfect as always!! Did this atomic css classes tailwind framework? I'm I right?

    Nice footer!! I'll take note.

  • Konstantin Kamenskiy•50
    @Grendaizo90
    Submitted over 2 years ago

    Order summary component

    2
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    Looks good, and the markup is also норм)

  • Alex•1,310
    @AlexKolykhalov
    Submitted over 2 years ago

    Ping coming soon page HTML+CSS+JS

    1
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    Thank you, Vinicius!!

    You always likes my "masterpieces")))

  • Melanie Silies•10
    @MelanieSilies
    Submitted over 2 years ago

    used flex

    1
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    Hello, nice work!! Maybe some of my advices can help you to improve your html+css+js skills.

    First of all seperate your body <header></header>, <main></main>, <footer></footer> tags. It's for semantics.

    In your case <main> and <footer> are needed.

    Secondly, <br><br>... not needed. Configure you CSS file for the resentation of a document written in HTML.

    To remove you markup html errors you can check html in this site (just copy-paste you html). The presence of accessibility errors will show this extension

    I think some of community members can say more.))

    Keep going!!

    Marked as helpful
  • Carolina S.•80
    @miporins
    Submitted over 2 years ago

    Responsive perfume product preview

    2
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    Hi, Carolina, good job! Please add padding to the text section.

    Marked as helpful
  • Alex•1,310
    @AlexKolykhalov
    Submitted over 2 years ago

    Stats preview card HTML+CSS

    3
    Alex•1,310
    @AlexKolykhalov
    Posted over 2 years ago

    made corrections according to this comments

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