This project initially started as something to practice coding back in March of 2021. My cousin said she and her husband were going to open a restaurant called
Fat Daddy's Texas BBQ
so I thoughtWhy not attempt to build them a website?
. At that time, with beginners knowledge, I created everything with vanilla HTML, CSS, JS. After attending GA, I have learned a lot of new techniques that really cleaned up my code. I found this project a few days ago and decided it needed an overhaul.
I created this new version using React
, Tailwind
, and Hygraph CMS
for the data management.
'https://api-us-east-1.hygraph.com/v2/cl83s5iwu1bgg01ug5cjx6s6d/master'
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Hygraph CMS
schemasstring
or an image
object. If the imageString
is used in Hygraph
, prioritize imageString
over the image
object.Framer
image carousel on the main Home
page instead of the current image carousel.Home
page on mobile. Where did that big empty gap come from...?