A copy of the Airbnb app to learn and improve coding skills with the React framework. (Next.js, Tailwind CSS, Mapbox, Calendar & Date Picker)
Setting up Tailwind CSS in a Next.js v12 project:
yarn create next-app --example with-tailwindcss <Project Name>
# Run the application:
npm run dev
<img />
element because of a variety of built-in performance optimizations Read More...Flex
css Read More...While we are using a Next.JS image component with a hostname in src
, we need to add that hostname in next.config.js
like this: Read More...
module.exports = {
images: {
domains: ['links.papareact.com']
}
}
This code is developed for learning purposes only. Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” of this code for education purposes.