Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
19
Comments
27

Victor Eleanya

@mrvicthorUnited Kingdom710 points

A frontend developer with a vision to re-design the world one line of code at a time.

I’m currently learning...

I am currently learning TDD

Latest solutions

  • Personal Finance App

    #next#react#tailwind-css#typescript#zustand

    Victor Eleanya•710
    Submitted 13 days ago

    I would love a review of the application. I am open to constructive criticism.


    1 comment
  • Responsive Hangman Game App

    #accessibility#next#react#tailwind-css#typescript

    Victor Eleanya•710
    Submitted 6 months ago

    I will like a code review, if possible. I intend to refactor the code overtime.


    2 comments
  • ReactJs, TailwindCSS, Typescript, Axios, Express, NodeJs

    #express#react#tailwind-css#typescript#node

    Victor Eleanya•710
    Submitted 7 months ago

    I think I may need help with the backend. However, I hope to explore more on this.


    0 comments
  • Kanban Task Management App

    #next#react#redux#tailwind-css#zod

    Victor Eleanya•710
    Submitted 9 months ago

    I will like help with how to revalidate path of a dynamic url.


    0 comments
  • Angular, RxJS

    #angular#bem

    Victor Eleanya•710
    Submitted over 1 year ago

    0 comments
  • Photosnap multipage websitye

    #accessibility#react#tailwind-css

    Victor Eleanya•710
    Submitted about 2 years ago

    0 comments
View more solutions

Latest comments

  • Tetiana•270
    @TetianaAleks
    Submitted 13 days ago
    What are you most proud of, and what would you do differently next time?

    I'm proud of how clean and responsive the layout turned out, especially the animated share section which adds a nice interactive touch. Next time, I’d focus more on accessibility and consider using CSS transitions with better timing for smoother animations.

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

    One challenge was positioning the share popup so it worked well on both mobile and desktop without breaking the layout. I resolved it by carefully adjusting position, transform, and overflow properties, and testing responsiveness at different screen sizes.

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

    I'd appreciate feedback on the responsiveness of the share popup, especially how it behaves at larger screen widths. Also, I’m curious if there’s a cleaner way to handle the show/hide logic and transitions for the share section using only CSS without JavaScript.

    Article Preview Component with SCSS styling and share animation

    #animation#sass/scss#typescript#angular
    2
    Victor Eleanya•710
    @mrvicthor
    Posted 13 days ago

    Hi @TetianaAleks,

    I have just had a look at your code and the design. Excellent work. It looks awesome.

  • Samuel Adu•1,100
    @samuel-adu
    Submitted 2 months ago

    Bookmark Landin Page built using TailwindCSS

    #tailwind-css
    1
    Victor Eleanya•710
    @mrvicthor
    Posted 2 months ago

    @samuel-adu Fantastic work with the layout. Looks good.

  • jdrodriguez2707•170
    @jdrodriguez2707
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    It was great to use the useState hook in React to manage different states of the component and perform conditional rendering based on them. I also used it to manage errors, display them to the user, save information, and share it between components. This helped me practice and understand the various applications of this hook.

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

    It was challenging to figure out how to use React's state to make the site interactive and dynamic. However, thanks to AI tools like GitHub Copilot, I was able to succeed. I want to continue learning about React and its hooks to improve my skills and build more complex applications.

    Interactive rating component using React

    #react#vite
    1
    Victor Eleanya•710
    @mrvicthor
    Posted 6 months ago

    Hi Riquez, excellent work here. However, the keyboard navigation does not work on the rating. Also, after I selected a rating, the state did not update/show any thank you message.

  • Sara Dunlop•450
    @Risclover
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    Whew - I put a bit of effort into this one! Some of the things I did or paid attention to during the development of Hangman:

    1. Added some subtle animations to make the app a little more lively/fun. Nothing major. For example, on the 'How to Play' page, each of the 'How to Play' steps zooms onto the page on load, and on the main game page, when the player loses a life, the life meter animates instead of jumping lives.
    2. Added keyboard accessibility: Users are able to completely use their keyboard if they wish, including pressing Esc to open the Pause menu, pressing Enter to start the game, and pressing letter keys to play a letter. I had to use a menu focus package to ensure that, when the user tabs through the pause menu, the tab focus stays on the menu buttons only (rather than going off into the rest of the app behind the menu).
    3. Error message when category is out of words: When the current category runs out of words and the player tries to play that category again (i.e. by pressing 'Play Again' or by clicking that category's button), a message appears telling the player that the category is out of words, and to either choose a different category or to refresh the game to start fresh. When the player presses the 'Ok' button, they are taken to the Categories page to choose a new one.
    4. Replaced 2 categories: 'Sports' and 'Animals' were just a little too boring for me. I replaced them with 'Difficult Words' (which has words that are notoriously difficult to play in Hangman), and 'Wizarding World' (which is a Harry Potter-themed category that includes names, quotes, and phrases).
    5. Close design match: I had access to the Figma design files, and I put them to good use, getting the designs as close as possible across all 3 screen sizes.
    6. Word duplication rules: The winning word/phrase doesn't get played again if a) the word/phrase was just played, or b) the player has already won with that word/phrase.
    7. Line separations: I utilized a function to ensure that the winning word/phrase fits, no matter the screen size, by splitting the words up under certain conditions.
    8. Tests: I added automated tests for all of my components and hooks.
    9. CSS Variables: I utilized CSS variables to assist with colors that were used multiple times.

    I also did my best to pay attention to best practices, including utilizing 'Separation of Concerns' by separating logic into custom hooks, adhering to 'DRY' and 'Single Responsibility Principle', using barrel imports, organizing my files with a folder structure, and more.

    Feel free to check out my code and critique it - I'm always down to hear how I can improve!

    Hangman (React + TypeScript + Vanilla CSS)

    #jest#react#react-testing-library#vite#typescript
    2
    Victor Eleanya•710
    @mrvicthor
    Posted 6 months ago

    Hi @Risclover, brilliant work here. However, while testing the app, all letters appear to be hidden. Hence, no hint on what the actual word/phrase may be. Can you investigate this. Thanks

  • Samuel Adu•1,100
    @samuel-adu
    Submitted 9 months ago

    Responsive News Homepage

    1
    Victor Eleanya•710
    @mrvicthor
    Posted 9 months ago

    Fantastic work here Samuel. Looks really good and it's also mobile responsive.

  • Saul Gustavo A. S.•710
    @saul-gustavo
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    I am very happy to have finished this project, it is the first landing page I have made with the mobile first method.

    Estoy muy feliz de haber terminado este proyecto, es la primera página de aterrizaje que hago con el método mobile first.

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

    The mobile first method

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

    I have to improve on adapting it to mobile devices.

    Tengo que mejorar en adaptarlos a dispositivos mobiles, responsive desing

    Fylo landing page dark

    #accessibility
    1
    Victor Eleanya•710
    @mrvicthor
    Posted 9 months ago

    I have just had a look at your solution and it looks awesome. It's also mobile responsive.

    Marked as helpful
View more 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

Beta Member

This badge is a shoutout to the early members of our community. They've been around since the early days, putting up with (and reporting!) bugs and adjusting to big UX overhauls!

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