webdev-20 / shorti-url-shortener

Url Shortener
http://shorti.onrender.com/
7 stars 18 forks source link

Shorten Link Component & List Component #69

Closed gschadegg closed 2 years ago

gschadegg commented 2 years ago

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

image

cherylli commented 2 years ago

@gschadegg, do you mind resolving the conflicts please. I think it's just server/index.js being removed in the previous PR #67 thank you!