List of hotels with images, ratings and cost etc., made with plain JavaScript, HTML and CSS.
To start, first install the dependencies:
npm install
Then, run app with:
npm start
Build app for deployment with:
npm run build
List of hotels with images, ratings and cost etc., made with plain JavaScript, HTML and CSS.
JavaScriptMIT