Victor Eleanya
@mrvicthorAll comments
- @samuel-aduSubmitted 2 months ago@mrvicthorPosted 2 months ago
Fantastic work here Samuel. Looks really good and it's also mobile responsive.
1 - @saul-gustavoSubmitted 2 months agoWhat 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
@mrvicthorPosted 2 months agoI have just had a look at your solution and it looks awesome. It's also mobile responsive.
Marked as helpful1 - @samuel-aduSubmitted 5 months ago
- @karthick12122000Submitted 12 months ago
I have developed my initial full-stack application. An application for managing to-dos. Kindly review it and provide your feedback.
@mrvicthorPosted 12 months agoHi @karthick, nice work. I love the drag and drop effect. However, I noticed that when a new todo is added to the page it does not update the list of todos unless the user refreshes the page. I also noticed that there is no way for a user to delete a todo. Finally, you may want to adjust width of the input field so it is the same size as the todo list.
0 - @BrunoSousaWDSubmitted over 1 year ago
I had never done dark/light modes switch before, and on top of it, had to learn Drag and Drop 🤯, took me a while to figure this one out, but felt great once it was working. I really enjoyed this one, tips or any feedback will be appreciated. Happy Coding.
@mrvicthorPosted over 1 year agoYou may want to review your solution, tried to open it on my iPhone but I couldn’t access the input field. I think you should check the positioning
Marked as helpful0 - @SlothSanSubmitted almost 2 years ago
- @eewa-SANJSubmitted almost 2 years ago
Hello, This is my solution to FrontEndMentor's "Huddle landing page with a single introductory section".
I struggle to make measurements correctly due to not having access to design files, but I do my best.
Please check my background image position and let me know if another method is available.
✅Appreciated your feedback and code reviews
@mrvicthorPosted almost 2 years agoWell done. Looks clean. I just think it would be nice if clicking the links with the icons could redirect users to your social media page.
0 - @TobiovieSubmitted almost 2 years ago@mrvicthorPosted almost 2 years ago
Hi Tobi, Well done on attempting and completing this challenge. After viewing it, here are my thoughts;
- The design is not responsive as it breaks when viewed on tablet (the search field and the filter field).
Finally, I recommend using flex box to align the search field and filter element. 👍🏿
Marked as helpful0 - @YazdunSubmitted over 2 years ago
Hey everyone ! This is my first Guru challenge and It's a little bit different from the original design, For example I completely changed the desktop hero section and I created a sidebar for the cart, which was supposed to be a modal.
I also decided to use more reddish color as the primary color, The original orange color didn't look alive enough to me 😁
I'm open to feedbacks and let me know of your thoughts about this solution. Thanks in advance
@mrvicthorPosted over 2 years agoThanks for your help. If you do not mind can you tell me what the problem was?
0 - @YazdunSubmitted over 2 years ago
Hey everyone ! This is my first Guru challenge and It's a little bit different from the original design, For example I completely changed the desktop hero section and I created a sidebar for the cart, which was supposed to be a modal.
I also decided to use more reddish color as the primary color, The original orange color didn't look alive enough to me 😁
I'm open to feedbacks and let me know of your thoughts about this solution. Thanks in advance
@mrvicthorPosted over 2 years ago1 | import type { NextPage } from "next"; 2 | import Head from "next/head";
3 | import Countries from "./countries"; | ^ 4 | import { useContext } from "react"; 5 | import { ThemeContext } from "./../components/Layout"; 6 | Build error occurred Error: Call retries were exceeded at ChildProcessWorker.initialize (/vercel/path0/node_modules/next/dist/compiled/jest-worker/index.js:1:11661) at ChildProcessWorker._onExit (/vercel/path0/node_modules/next/dist/compiled/jest-worker/index.js:1:12599) at ChildProcess.emit (node:events:527:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) { type: 'WorkerError' } Error! Command "npm run build" exited with 1 Error: Command "vercel build" exited with 1
0 - @YazdunSubmitted over 2 years ago
Hey everyone ! This is my first Guru challenge and It's a little bit different from the original design, For example I completely changed the desktop hero section and I created a sidebar for the cart, which was supposed to be a modal.
I also decided to use more reddish color as the primary color, The original orange color didn't look alive enough to me 😁
I'm open to feedbacks and let me know of your thoughts about this solution. Thanks in advance
@mrvicthorPosted over 2 years agoType error: Cannot find module './countries' or its corresponding type declarations.
0 - @YazdunSubmitted over 2 years ago
Hey everyone ! This is my first Guru challenge and It's a little bit different from the original design, For example I completely changed the desktop hero section and I created a sidebar for the cart, which was supposed to be a modal.
I also decided to use more reddish color as the primary color, The original orange color didn't look alive enough to me 😁
I'm open to feedbacks and let me know of your thoughts about this solution. Thanks in advance
@mrvicthorPosted over 2 years agoWell done. Great job. I recently completed the rest countries API challenge using typescript and nextjs but I have been having problems deploying it in vercel. Any chance you can help me?
0