Client Side
added axios
created getAll() service to fetch all links -> requests temp setup to go through 'http://localhost:4002'
created ShortLinkList Component
created base for CopyBtn component
created reusable Card component that can be used for Groups as well
created ShortLink component w/ styles, context and beginning of menu & edit functionality
the ShortLink component is created so that it can be wrapped in the Card or without the Wrap if inside a Group
Checklist
[ ] fixed|updated|added unit tests and integration tests for each feature (if applicable).
Summary
Server Side added and implemented Cors
Client Side added axios created getAll() service to fetch all links -> requests temp setup to go through 'http://localhost:4002' created ShortLinkList Component created base for CopyBtn component created reusable Card component that can be used for Groups as well
created ShortLink component w/ styles, context and beginning of menu & edit functionality the ShortLink component is created so that it can be wrapped in the Card or without the Wrap if inside a Group
Checklist