Skip to content

CS 5610 Final Project - Pratik Sahu & Phwe Thant Chay

Notifications You must be signed in to change notification settings

pratiksahu142/airbnb-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is as part of submission for web development course. Project idea is similar to Airbnb.

Wanderwise - An AirBnb clone website

This is a project to practice React JS and built as part of final project for Web Development course.

It is essentially a clone of AirBnb where Hosts can list the properties and users can book it for a duration.

This mostly focuses on UI skills

img.png

  • https://rapidapi.com/apidojo/api/hotels4
  • brew install vite
  • brew install yarn
  • yarn create vite client
  • cd client
  • yarn
  • https://tailwindcss.com/docs/guides/vite
  • yarn add tailwindcss postcss autoprefixer
  • npx tailwindcss init -p
  • yarn dev
  • yarn add react-router-dom
  • yarn add axios
  • yarn add date-fns
  • yarn add react-input-range
  • yarn add react-image-gallery
  • yarn add @heroicons/react@v1
  • cd ../api
  • yarn add express
  • yarn add nodemon
  • yarn add cors
  • yarn add mongoose
  • yarn add dotenv
  • yarn add bcryptjs
  • yarn add jsonwebtoken
  • yarn add cookie-parser
  • yarn add image-downloader
  • yarn add multer
  • yarn add api --save
  • yarn add axios
  • yarn add @aws-sdk/client-s3

About

CS 5610 Final Project - Pratik Sahu & Phwe Thant Chay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages