Skip to content

smundev/airbnb-clone-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

This is a base clone of the popular booking app "airbnb"

Built With

  • React
  • TypeScript

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone <repo_url>
  2. Install NPM packages
    npm install
  3. Create a new .env file in the root of the project and enter:
    const API_URL = 'API_URL'
    const API_KEY = 'API_KEY'

(back to top)

Acknowledgments

Community resources used to build the site

(back to top)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • JavaScript 9.0%
  • HTML 8.4%
  • CSS 5.2%