HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Frontend #36

Closed sbakercox closed 2 years ago

sbakercox commented 2 years ago

Completed the ejs and css for most of the pages for this project. will need to work with back end, in regards to creating cards (divs for cards) so that the final pages can be completed

Gonksy commented 2 years ago

Looking good, but I suggest branching off to a separate branch before we merge.

TheWoodenMan commented 2 years ago

100% yeah don't push directly to main. Let's do it to support best practice @sbakercox if you want we can go through the git part to push it to it's own branch :)

believe the syntax needed is git switch -c <new-branch>

TheWoodenMan commented 2 years ago

Closed by force merge locally on git CLI