Skip to content

inderjitshahi/ISAirBnB

Repository files navigation

IS_AirBnB built with Next JS 12+, TailwindCSS, Calender and Data Picker LinkedIn

Website banner

🚀 IS_AirBnB, the AirBnb clone created in Next.js, ⚡️ Made with developer experience first: Next.js, React.js, Calender and Data Picker VSCode, Vercel.

DEMO

ISDoc Banner

Check out live demo.

Features

Developer experience first:

  • 🔥 Next.js for Static Site Generator

  • 📆Calender and Data Picker for Date Selection

  • 🎨 Integrate with TailwindCSS

  • 🤖 SEO metadata, JSON-LD and Open Graph tags with Next SEO

  • ✅ Strict Mode for React 17

  • 🗂 VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript

  • ⚙️ Bundler Analyzer

  • 🖱️ One click deployment with Vercel Built-in feature from Next.js:

  • ☕ Minify HTML & CSS

  • 💨 Live reload

  • ✅ Sessions

Included Components

  • Navbar
  • Banner
  • Info Card
  • Large Card
  • Small Card
  • Medium Card
  • Footer

Find more Projects at Github Page.

Philosophy

  • Minimal code
  • SEO-friendly
  • 🚀 Production-ready

Requirements

  • Node.js and npm

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/inderjitshahi/ISAirBnB my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

.
├── README.md            # README file
├── next.config.js       # Next JS configuration
├── public               # Public folder
│   └── images           # Image used by Website
│           
├──components
│   ├── Header.js        # Header Component
│   ├── Banner.js        # Banner Component
│   ├── InfoCard.js      # Showing Info
│   ├── LargeCard.js     # Large Card Component
│   ├── SmallCard.js     # Small Card Component
│   ├── MediumCard.js    # Medium Card Component
│   └── Footer.js        # Footer Component
├──pages
│   ├── [...nextauth]    # NextAuth Config page
│   ├── index.js         # '/' page of the web
│   └── _app.js          # file for sessions and global css import
├── styles               # Public folder
│   └── global           # Global styles to the website
├── tailwind.config.js   # Tailwind CSS configurations
└── firebase.js          # Firebase Configuration

Deploy to production

You can see the results locally in production mode with:

$ npm run build
$ npm run start

The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.

You can create an optimized production build with:

npm run build-prod

Now, your theme is ready to be deployed. All generated files are located at out folder, which you can deploy with any hosting service.

Deploy to Netlify

Clone this repository on own GitHub account and deploy to Netlify:

Netlify Deploy button

Deploy to Vercel

Deploy this Next JS Boilerplate on Vercel in one click:

Deploy with Vercel

VSCode information (optional)

If you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in .vscode/extension.json. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.

Pro tips: if you need a project wide type checking with TypeScript, you can run a build with Cmd + Shift + B on Mac.

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

License

Licensed under the MIT License, Copyright © 2022

See LICENSE for more information.


Made with ♥ by Inderjit Shahi LinkedIn