
This week, I wanted to experiment learning a new React component and implementing it into my EffectiveDonate website. I began to think of what aspe...
For further actions, you may consider blocking this person and/or reporting abuse
Nice post! Do you have full code somewhere? I looked at your github link, but I don't see any styling for the table component.
Hi Patrick, thanks for reading. Here's the link to my full Github repo for the project: github.com/milandhar/mod5-project-...
The style sheet is in /src/App.css. However, for the table, I imported a Semantic UI React Table (react.semantic-ui.com/collections/...). In the 2nd line of the StarredProjectsList.js file, I have
import { Button, Icon, Table, Flag, Ref } from 'semantic-ui-react'
.Let me know if that helps!
Hi dear! please let me know if you have part 2 of this post anywhere else i really need to know how to implement the database part to make the changes permanent.