Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @karim769

    Submitted

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

    work with 3ed party api

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

    an amazing clean code just review my code

    Fardin 310

    @Fardindevm

    Posted

    I'm using firefox and your button doesn't generate new advice for me. If it work good for you so it's from firefox cache and users with firefox browser can't see it. Add this after your fetch code to fix it. { cache: "no-cache" } like: let response = await fetch("https://api.adviceslip.com/advice", { cache: "no-cache" }) That worked for me! if that hepled, please mark this comment as a helpful comment :)

    Marked as helpful

    0
  • Fardin 310

    @Fardindevm

    Posted

    I'm using firefox and your button doesn't generate new advice for me. If it work good for you so it's from firefox cache and users with firefox can't see it. Add this after your fetch code to fix it. { cache: "no-cache" } like: let response = await fetch("https://api.adviceslip.com/advice", { cache: "no-cache" }) That worked for me! if that hepled, please mark this comment as a helpful comment :)

    Marked as helpful

    0
  • Fardin 310

    @Fardindevm

    Posted

    Hi Mart. Your project looks great. but It would be better if you make dismiss button work. Like when you click on it, it really disappears and take you back to the main page to fulfill input again. So people don't have to refresh your website to complete it again. Also it would be so good if you add a :active or :focus pseudoclass to your buttons to make them even better! And please set your picture to 100% when it's width is less than 375 (for mobile).

    If this comment was helpful please like it as a helpful comment :) check my projects too dear Mart.

    Marked as helpful

    0
  • Fardin 310

    @Fardindevm

    Posted

    Hi Adebayo. That's a fantastic website. but I found some little bugs. First: your Years input doesn't have any limits. you can write like "222222" and it would give you a negetive time. Two: please put some specific conditions to show your javascript art. like when someone put month as february, they shouldn't be able to add number more than 28 (except if it's leap year). Or these month [4,6,9,11] only has 30 days. so user shouldn't be able to put 31 as a day number because that's not acceptable. three: I love your design and your dark mode:)

    If you found this comment helpful, please like it as a helpful comment :)

    Marked as helpful

    0
  • Ibrohim 50

    @Ibrohim2024

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of successfully building a responsive and well-structured project that meets the requirements. This project allowed me to deepen my understanding of modern frontend development, particularly working with form handling and user interface enhancements. I made sure to pay attention to design details and accessibility.

    If I were to approach this project again, I would spend more time optimizing the performance of my code and implementing more advanced features like form validation using external libraries. Additionally, I would work on improving my CSS and animation skills to create a smoother user experience.

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

    Alhamdulillah, there were no difficulties😁

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

    JS

    Fardin 310

    @Fardindevm

    Posted

    Hi Ibrohim. I love your website, it's so smooth and it has such a beautiful animations. That shows you have pretty good coding skill. but I found a small bug in your project and I want to tell you to fix it. when you enter everything but don't choose any Query type, it would still pass and shows success message which we don't want that. And it would be so good if you wrap your General Enquiry & Support Request to a label and put a "For" attribute with that input id. So when someone wants to select it, they don't have to be forced to hit inside the circle. Thank you for time ایبراهیم. If this was helpful please like it as a helpful comment and check my projects too. :)

    Marked as helpful

    1
  • Fardin 310

    @Fardindevm

    Posted

    salam arshiya jan chetori? dadash sitet kheili khobe, vali benazaram behtar mishod age margin o border o darkol Ui sitet ro mesl designi ke toye download pack hast mikardi, va inke vaghti input email va last Name first Name ro khali mizari hich error e nemide. Va havaset ro lotfan be consoel.log ha jam kon ke pakeshon koni :) baraye input ha az label estefade kon va ba attribute "for" be id inputet vaslesh kon ke vaghti karbar roye neveshte click mikone khod be khod be samt input bere. man baraye check kardan valid bodan email toye input email az mazhor validate estefade kardam ke kheili ham asone estefade azash.

    Lotfan age mofid bod roye helpful comment click kon :)

    Marked as helpful

    1
  • Fardin 310

    @Fardindevm

    Posted

    HI. Your website looks amazing! but I think It would be really good if you add toFixed(2) to your spans in your add Item div to change price from "8" to "8.00" like it's in your cafe menu. Mark it as a helpful comment if you liked it :)

    Marked as helpful

    1
  • P

    @asad102

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am welcomed any feedback

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

    I am welcomed any feedback

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

    I am welcomed any feedback

    Fardin 310

    @Fardindevm

    Posted

    Hi. Your website looks great! but it would be better if you add a pointer to your cursor And a little bit of style to your submit error :) your email input doesn't have any regex or any validate library to check if it's even look like a email or not. for ex If i write " [email protected] " your input would accept it. I used validate library in react that check if is a valid email or not. I suggest you use it too. If this was helpful please mark it as a helpful comment :) By the way I would be happy if you check my websites and give me any helpful feedback.

    0
  • Fardin 310

    @Fardindevm

    Posted

    @ObiFaith Your welcome! I would appreciate if you mark it as a helpful comment☺

    0
  • Fardin 310

    @Fardindevm

    Posted

    that's great! but I found a little bug on you project. when you add a long number, number starts to get out of the canvas you made. I hope you fix it and make it even better!

    0
  • @jjdavenport

    Submitted

    What are you most proud of, and what would you do differently next time?

    Learning how to set the width of the bar.

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

    The width of the bar and the size of the images.

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

    Any feedback is appreciated.

    Fardin 310

    @Fardindevm

    Posted

    Love this website. it has so beautiful things to learn

    1
  • Parisa 20

    @parisaMontakhab

    Submitted

    What are you most proud of, and what would you do differently next time?

    I’m excited to share my first independently developed project — a fully functional and responsive Contact Us form built with React.js for the frontend, styled with Tailwind CSS, and thoroughly tested using Vitest, React Testing Library, and Jest DOM.

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

    "My first challenge was that this was my first project, which was completed entirely independently. Through this project, I learned testing and also how to deploy a project."

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

    "Since this project is my first fully independent work, I would be happy to receive any overall feedback to help me improve for future projects."

    Fardin 310

    @Fardindevm

    Posted

    Khob bod. vali nemidonam overflow ro hidden kardi ya chi, vaghti hame field haro khali bezari submit koni, in error haye zire input ha baees margin mishan va baraye hamin submit az safhe mizane biron va dige nemishe kari kard. va baraye responsive bodan ham ziad karbordi nist. on idea submit ham jaleb bod ba inke ba khodeshon motafavet bod. az project man ham didan kondid :)

    0