Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
17
Comments
6

Ajayi Michael

@Michaelajayi150Nigeria400 points

Web developer - HTML, CSS, JavaScript, ReactJs.... Available for any project

Latest solutions

  • Rock Paper Scissors Online

    #animation#jquery#node#tailwind-css#pwa

    Ajayi Michael•400
    Submitted almost 3 years ago

    0 comments
  • Shorty - Responsive web app that shortens links

    #pwa#react#tailwind-css#vite#fetch

    Ajayi Michael•400
    Submitted almost 3 years ago

    1 comment
  • IP Address Tracker

    #accessibility#bootstrap#jquery#less#fetch

    Ajayi Michael•400
    Submitted almost 3 years ago

    2 comments
  • Todo App with React and Vite

    #accessibility#react#styled-components#vite#animation

    Ajayi Michael•400
    Submitted almost 3 years ago

    0 comments
  • Social media dashboard with theme switcher

    #accessibility#animation#bootstrap#sass/scss#theme-ui

    Ajayi Michael•400
    Submitted almost 3 years ago

    0 comments
  • FAQ Accordion Card

    #accessibility#bootstrap#animation

    Ajayi Michael•400
    Submitted almost 3 years ago

    0 comments
View more solutions

Latest comments

  • adetoye-dev•290
    @adetoye-dev
    Submitted almost 3 years ago

    ReactJs

    #react
    1
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    @adetoye-dev - Implement the map display and also make the site fetch domains as well... Your CSS as well needs adjustments

    For the map read the Leaflet quick guide This should properly help you in setting the map to display and also add your marker.

    The background image of the header is not covering the whole page.. You should probably check that out as well

    Hope this helped....

  • Mahdi Rezaei•500
    @MahdiRezaeiDev
    Submitted almost 3 years ago

    Todo-app

    #accessibility#itcss#sass/scss#vite#webpack
    1
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    Nice app... Love the work done here You could possibly fix your HTML issues though...

    • Try use data attributes for your color-scheme Instead of
    <html color-scheme="light" lang="en">
    

    Do this

    <html data-color-scheme="light" lang="en">
    

    then change the CSS to:

    [data-color-scheme="light"] {
        /* whatever light mode does */
    }
    
    [data-color-scheme="dark"] {
        /* whatever dark mode does */
    }
    
    • The properties that you are using such as inset are not valid CSS properties... Check out Tutorial Republic to get the particular property you are looking for

    Hope this helped... If it did, kindly mark as useful 🙃

    Marked as helpful
  • Pranshu Sahu•770
    @Pranshu-Sahu
    Submitted almost 3 years ago

    Todo-app using css and vanilla javascript

    #accessibility
    1
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    Hi there @Pranshu-Sahu.... Concerning your accessibility issues

    • There must be an "h1" tag in your project... Headers tags are not just for font customization only, they serve greater purpose to screen readers... I'd advice your text "TODO" place it in an h1 tag
    <h1 class="heading-tag">TODO</h1>
    

    then style it to fit the font size and weight you want

    .heading-tag {
       font-size: blah blah
       font-weight: blah blah blah
    }
    
    • Organize your div's properly into main tags, header tags and footer tags... The order must be:
    <body>
        <header>
            All other elements/tags must be a sub element of either of this three element
        </header>
        <main>
            All other elements/tags must be a sub element of either of this three element
        </main>
        <footer>
            All other elements/tags must be a sub element of either of this three element
        </footer>
    </body>
    

    Then the HTML issue...

    • Remove the role attribute you placed in the img tag, role is not needed as soon as you have an alt attribute already
        <img src="blah blah" alt="description of blah blah" />
    

    Glad to help 😊 Kindly mark if this was helpful to you 🤗

  • Ajayi Michael•400
    @Michaelajayi150
    Submitted almost 3 years ago

    IP Address Tracker

    #accessibility#bootstrap#jquery#less#fetch
    2
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    Having an HTML issue here... I don't have a type attribute in my link tag when importing LessCSS from their CDN and the report still claim that I still do whereby it has been removed.... Any one with idea of how to resolve this please

  • Bit•140
    @bit-01
    Submitted almost 3 years ago

    Todo App

    #firebase#vue#bootstrap
    1
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    Hi, awesome work on this 👍 You do have an accessibility issue though, I suggest you add a label for your input place it over the input field and make it visibility - hidden and opacity - 0

    Hope this helped 😊

    Marked as helpful
  • Santiago Lara•250
    @SantiagoLaraE
    Submitted almost 3 years ago

    Interactive rating component

    1
    Ajayi Michael•400
    @Michaelajayi150
    Posted almost 3 years ago

    Nice work... You should probably check the report for accessibility and HTML5 issues

    There are some issue on the semantics used.... Glad I could help

    Marked as helpful

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