nordlabs / ungenotes

0 stars 0 forks source link

Create Note React Component #4

Closed befocken closed 2 years ago

befocken commented 2 years ago

Create a Note React component that can be used to display the note's information. As of right now, this includes at least the title, description and link. Later, it also needs to contain the date when the note was created, a last modified date and some more information (see #2).

Ideally, it would already be connected to the global redux store.

befocken commented 2 years ago

done.