You can add your own experience by feeding data into data.js
- AirBnb Experience website was built on create-react-app template
- It uses React & CSS3
- Data.js contains purely the data related to the card components
- Cards.js with the help of CSS Styles renders the card on the landing page
- App.js then collates Navbar.js, Landing.js & Cards.js together and exports to index.js
- Index.js renders the page.
- There are 2 images folder: one in public directory & one in components folder
- Public directory is where all the card's images which are fetched from data.js are stored
- Components folder contains the static images like airbnb logo, collage and the star.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.