Requirements:
- Build a Airbnb Experiences clone using React according to the Figma file
- Reusable Components
- React Props
- array .map()
- Conditional Rendering
- Styling with Classes
Quick start:
$ yarn # npm install
$ yarn build # npm run build
Run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn watch # npm run watch