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 solutions

  • Submitted


    I am very grateful for any comments or suggestions from you~~

    Technologies Used:

    • Vite
    • React
    • Typescript
    • Tailwindcss
    • React-spring

    Special Note:

    For animation, I use React-spring. Since this project is very small, I only use it a little on the full-screen slideshow.

  • Submitted


    I am very grateful for any comments or suggestions from you~~

    Technologies Used:

    • Vite
    • React
    • Typescript
    • Tailwindcss
    • React-router
    • Redux-toolkit
  • Submitted


    Hi everyone, I've been a coder for a few years , but I'm still new to the web development, any comments or suggestions would be greatly appreciated!

    Technologies Used:

    Unresolved Issues:

    #slider::-webkit-slider-thumb {
      appearance: none;
      -webkit-appearance: none;
      width: 40px;
      height: 40px;
      background: no-repeat center, #10d8c4;
      background-image: url("./icon-slider.svg");
      border-radius: 50%;
      box-shadow: 0px 15px 30px 0px rgba(0, 255, 231, 0.6);
    
      cursor: pointer; /* Change cursor on hover */
      margin-top: -18px;
    }
    

    I added this code in the index.css file, but when I deploy I get this problem: GET https://diviner-beibei.github.io/interactive-pricing-component/assets/icon-slider.svg 404

    I know the reason for this problem, but there is no solution, if you can provide me with some solutions, I will be very grateful