diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..7f669552a --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,7 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ + +.idea/ diff --git a/README.md b/README.md index 5711ee7f8..1e582f0cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[Demo](https://cyf-irynalypnyk-hotel-react.netlify.app/) + + A hotel booking application in React. Homework for the [CodeYourFuture React module](https://codeyourfuture.github.io/syllabus-master/react/) ![Bookings Search page](Bookings.png) diff --git a/package-lock.json b/package-lock.json index 8197e6f22..94217b93a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "react-hotel", "version": "0.1.0", "dependencies": { + "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1" @@ -11681,6 +11682,14 @@ "mkdirp": "bin/cmd.js" } }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, "node_modules/mri": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", diff --git a/package.json b/package.json index e3e1562a7..f81c28013 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { + "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1" diff --git a/public/images/glasgow.jpeg b/public/images/glasgow.jpeg new file mode 100644 index 000000000..76673e973 Binary files /dev/null and b/public/images/glasgow.jpeg differ diff --git a/public/images/logo.png b/public/images/logo.png new file mode 100644 index 000000000..694c3ed68 Binary files /dev/null and b/public/images/logo.png differ diff --git a/public/images/london.jpeg b/public/images/london.jpeg new file mode 100644 index 000000000..9407936f7 Binary files /dev/null and b/public/images/london.jpeg differ diff --git a/public/images/manchester.jpeg b/public/images/manchester.jpeg new file mode 100644 index 000000000..742b0ba1e Binary files /dev/null and b/public/images/manchester.jpeg differ diff --git a/public/index.html b/public/index.html index e4ed67b21..dd7409117 100644 --- a/public/index.html +++ b/public/index.html @@ -11,6 +11,10 @@ manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ --> + + + +