Let's build Airbnb Home page with Nextjs and ChakraUI - Part 1
1.Create a Nextjs app
yarn create next-app --typescript
2.Install Chakra UI
yarn add @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^4
3.Create components/layout/header.tsx
import { Box, Link, Heading, Flex, Text, Button } from...
mahmad.hashnode.dev3 min read