Eduardo Torres
@edu290386All comments
- @YlaBuriSubmitted over 1 year ago@edu290386Posted over 1 year ago
Font-family Rubik is not aplying in your project, I can´t check why because your github link is down
1 - @KkkiiiirranSubmitted over 1 year ago@edu290386Posted over 1 year ago
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.
0 - @aay7ushSubmitted over 1 year ago
I appreciate any feedback or suggestions you have regarding the solution.
@edu290386Posted over 1 year agoYour 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; };
0 - @JAleXDesigNSubmitted over 1 year ago
Hello community, this is my solution to the "REST Countries API with color theme switcher" challenge, I have added the required functionalities for search, filtering by region and color mode, as well as a pagination to show a certain number of elements per page.
@edu290386Posted over 1 year agoHi, 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 helpful1 - @Abiel101Submitted over 1 year ago@edu290386Posted over 1 year ago
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
0 - @edu290386Submitted over 1 year ago
My first project using tailwind.
- @Daniels-notSubmitted over 1 year ago
After 2 and a half days of development, this could be said to have been one of the projects that the UI/UX that gave me a problem. I had to investigate how to do some of the parts of them but in the end, everything was fine.
Any recommendations regarding the architecture of the HTML or the attributes used in the CSS are welcome.
@edu290386Posted over 1 year agoHola, para que la flechita cambie de direccion y de color haz un evento y usa toogle apuntando a la clase de la flechita, el filter cambiara de color y el transform lo rotara .show-arrow{ transform: rotate(180deg); filter: invert(48%) sepia(53%) saturate(3690%) hue-rotate(329deg) brightness(98%) contrast(96%); cursor: pointer; }
0 - @MelvinAguilarSubmitted almost 2 years ago
Hi there 👋, I’m Melvin and this is my solution for this challenge. 🚀
Help:
- I'm not very good with animations, I would really appreciate any resources you can provide.
Built With:
- React-JS
- TailwindCSS
- Yarn - Vite - Prettier
Any suggestions on how I can improve and reduce unnecessary code are welcome!
Thank you. 😊✌️
@edu290386Posted over 1 year agoCan you help me with error image inside the input. I need some ideas.
0