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

    Space Tourism Solution with React and Tailwind css

    #react#tailwind-css#vite#wouter
    • HTML
    • CSS
    • JS

    0


    This is a solution developed with React, Tailwind, and Wouter for the pagination. I also sprinkled in a little bit of Framer Motion for the animations. 👨‍💻 Any feedback is welcome! 🙌

  • Submitted

    URL shortening app with React and Tailwind css

    #react#tailwind-css#vite#fetch
    • HTML
    • CSS
    • JS
    • API

    0


    Hey there! This app is built with React ⚛️ and styled with Tailwind CSS 🎨. I added a delete button to clear links in the history! Any opinion or feedback is welcome!🚀

  • Submitted

    Manage landing page usind React and Tailwind

    #react#tailwind-css#vite
    • HTML
    • CSS
    • JS

    0


    Hello! 👋 This is my solution for the "Manage Landing Page" challenge, built using React, Tailwind CSS, and React Slick for the slider.

    I use React and Tailwind CSS to craft a this landing page. The dynamic slider was made with React Slick. 🚀

    Thank You for Your Feedback 😊

  • Submitted

    Easybank Landing Page using React and Tailwind css

    #react#tailwind-css#vite
    • HTML
    • CSS
    • JS

    0


    🌟 About My Solution for Easybank Landing Page 🌟

    Hello! I'm Kevin, and I'm excited to share my solution for the "Easybank Landing Page" challenge.

    🚀 Technologies Used 🚀

    I used Vite, React, and Tailwind CSS to create this page.

  • Submitted

    Todo App using React

    #chakra-ui#react#vite#framer-motion
    • HTML
    • CSS
    • JS

    0


    This is a solution to the Todo app challenge, I made it with React, Chakra UI and a bit of Framer Motion for the draggable list. Any comment is welcomed!

  • Submitted

    Tip calculator app using React

    #chakra-ui#react#vite
    • HTML
    • CSS
    • JS

    0


    The hardest part of this project was figuring out how to do the tip calculation. First I tried to make a function to do all the calculation there and then pass it to the handling functions, but when I tried it it didn't work because it used the previous state that it had been updated to. So the only way I found was to use a useEffect and that works perfectly. If anyone knows how to do it in another way please tell me. Thank u!