Latest solutions
Latest comments
- @YlaBuri@edu290386
Font-family Rubik is not aplying in your project, I can´t check why because your github link is down
- @Kkkiiiirran@edu290386
you can create a vercel account and then and then sync it with your github account. https://www.youtube.com/watch?v=aBRss9JAC30&ab_channel=RayneCoder.
- @aay7ush@edu290386
Your border countries tags show alpha3Code instead of showing countries name, you cancheck my project or use a function to get the name. const getName = (country) => { const newName = data.find((i) => i.alpha3Code == country); return newName.name; };
- @JAleXDesigN@edu290386
Hi, t your border countries tags you can use afunction like this:const getName = (country) => { const newName = data.find((i) => i.alpha3Code == country); return newName.name; };
I'm learning react, how or what fo you use to make the charging effect and the message when you write a right email an then you push contact button???
Marked as helpful - @Abiel101@edu290386
You can check my project, for error message you must do something like this in your classname with an ternary operator : className={(values.people == 0) ? "w-full py-2 text-2xl text-right font-bold rounded-lg bg-[#f3f8fb] pr-4 focus:outline-red-500 border border-red-500 " : "w-full py-2 text-2xl text-right font-bold rounded-lg text-[#0c494c] bg-[#f3f8fb] pr-4 focus:outline-[#30c1ad] hover:cursor-pointer"} placeholder="0"
Check my project: https://github.com/edu290386/Frontmentor-TipCalulatorApp.git
- @edu290386@edu290386
This is my first tailwind project.