Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.63 KB

ZOSTEL CLONE

Zostel is one of the largest and oldest networks of hostels and homes in India.

  1. Landing Page


    Landing Page
  2. LongStayPage


    LongStay Page
  3. Book Your Stay Page


    BookYourStay Page
  4. Confirm Booking Page


    Confirm Boooking Page

Technologies used :-

  1. React
  2. BOOTSTRAP
  3. Context API
  4. Mock server

Contributions:-

Pratham Agrawal GitHub - LinkedIn

Suryakant GitHub - LinkedIn

Deploy Locally

Steps to deploy

  git clone https://github.com/skant-2000/Project_ZOSTEL                // Clone This Repo
  cd PROJECT_ZOSTEL                                                     // Move to the repo
  npm install                                                           // install required dependencies
  npm run server                                                        // Run the mock server
  npm run start                                                         // Run the website

Now Visit localhost:3000