React Tailwind Egg House
Tag along Brian Design
React Tailwind Egg House
Necessary dependencies
- npx create-react-app app-name
- npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
- npm install @craco/craco
- SOme configuration on package.json file
- craco.config.js setup
- tailwind.config.js creation and tweaking
- reac-router-dom installation
Initial Setup
- Removing unnecessary files
- Cleanup
- Creating components,images,pages folder
Components
- Navbar component
- Hero component
- Content component
- Dropdown component
- Footer component
Navbar Component
- Navbar layout with responsiveness
- Navbar style
- Animation application
- Toggle functionality
Hero component
- Hero layout with style
- Animated button
Content component
- Content layout, style
- Images rendering
- Footer layout, style
- Images rendering
Pages (blah)
- Creating home, about, menu pages
- Setting up routes accordingly
- Implementing some style
Dropdown component
- Basic layout, style
- Migrating routes
- Toggle functionality
