coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Issue/Create a Footer Component #30

Closed ntsummers1 closed 8 months ago

ntsummers1 commented 8 months ago

Title

Issue/Create a Footer Component

Summary

This PR creates a mock footer based off of an possible example by Design. We can use this footer as a base line going forward.

Fixes #17

https://github.com/coforma/swift-tech-challenge/assets/19439679/5fefb85a-f1d2-4e6f-9bdc-ae937a782265

Type of change

How To Test

  1. run yarn dev, then navigate to localhost:3000 to verify the app is running successfully.

Checklist:

TheDanMiller commented 8 months ago

@braxex @ntsummers1 is it worth having this sticky to the bottom of the page? We are not likely to need it for browse but might need it for an authenticated view of a profile or something like that? Is that easier to put in now?

ntsummers1 commented 8 months ago

@braxex @ntsummers1 is it worth having this sticky to the bottom of the page? We are not likely to need it for browse but might need it for an authenticated view of a profile or something like that? Is that easier to put in now?

For sure! Its pretty easy to put in now, and can easily be removed later. Let me cook something up real quick and make that happen 👍