Latest solutions
Product list with cart (React, Typescript, useReducer)
#react#tailwind-css#typescript#viteSubmitted 3 months agoI would like to receive feedback regarding the use of useReducer. I considered including Redux, but I’ve read that sometimes it can be too large a tool for the limited use it gets, and that useReducer can effectively meet the needs of projects.
Tip calculator app (React, Vite, Typescript, Tailwind)
#react#tailwind-css#vite#typescriptSubmitted 7 months agoREST Countries (Astro, React, Tailwind, SSG, ViewTransitions)
#astro#react#tailwind-css#fetchSubmitted about 1 year ago
Latest comments
- @catherineisonlineSubmitted almost 3 years ago@Javieer57Posted over 1 year ago
Hi!
I found a bug in the neighboring countries' tags. When you click on one, it adds the neighboring countries of the current one to the neighboring countries from the previous screen. Excellent job! :)
1 - @alexiscenriquezSubmitted over 3 years ago@Javieer57Posted over 3 years ago
Hi Alexis!
You can use css
pseudo-elements
to create a div that works like a underline. Since that is like a box, you can change theborder-radius
and, for the color, just apply abackground-color
on the pseudo-element.Marked as helpful1