Latest solutions
Product list with cart (React, Typescript, useReducer)
#react#tailwind-css#typescript#viteSubmitted 5 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 10 months agoREST Countries (Astro, React, Tailwind, SSG, ViewTransitions)
#astro#react#tailwind-css#fetchSubmitted over 1 year ago
Latest comments
- @catherineisonline@Javieer57
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! :)
- @alexiscenriquez@Javieer57
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 helpful