-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
46. Rt tailwindcss and reacticons #46
Conversation
Visit the preview URL for this PR (updated for commit fe913d4): https://tcl-78-smart-shopping-list--pr46-rt-tailwindcss-and-r-svcvd0ks.web.app (expires Sun, 06 Oct 2024 13:20:10 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c781903507c1507075d7a974036959ddeec29c0a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Becka, on my side eveything is fine. besides I like the app name Shop'nGo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!💥
<link | ||
rel="icon" | ||
type="image/svg+xml" | ||
href="/img/noun-shopping-cart-3972679.png" | ||
/> | ||
<title>Shop'n Go</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job here!
Description
The code now includes the base for the styling. Icons and fonts have been added and tailwind css has been initalized.
Related Issue
closes #36
Acceptance Criteria
tailwind.config.js
file in the project root directory.Type of Changes
Layout.jsx
In the navigation, react icons were added to their respective terms in the navigation ("Home", "List", "Manage List" and "About").
Additionally, the tab no longer shows the react icon, but a shopping cart icon.
index.css
The Tailwind directives were added to the main CSS file.
Tailwind, PostCSS and Autoprefixer packages were installed and initialized, so that
tailwind.config.js
andpostcss.config.js
files were added to the root folder.Updates
Before
After
Testing Steps / QA Criteria
npm start