Lab-Rats-Fullstack / Lab-Rats

Group Capstone project for the 2309-ftb-et-web-pt cohort of Fullstack Academy.
2 stars 0 forks source link

Main page #118

Closed amead99 closed 8 months ago

amead99 commented 8 months ago

Added main page functionality to display a random 'featured' recipe and show all current tags as links. It works with dummy data but is not a real get because of my issues with the call. The real data will be pass ing through [recipes, setRecipes], then I have it set to go through the function at line 140 which selects the featRecipe, which is what renders on screen.