{"id":15558031,"url":"https://github.com/bluette1/holiday-homes-website","last_synced_at":"2026-04-09T20:46:36.244Z","repository":{"id":54644441,"uuid":"331458030","full_name":"Bluette1/holiday-homes-website","owner":"Bluette1","description":"A holiday homes website application built using React and Redux.","archived":false,"fork":false,"pushed_at":"2023-10-10T11:35:22.000Z","size":4513,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-03T13:45:31.772Z","etag":null,"topics":["ajax","cloudinary-api","css3","javascript","react","redux"],"latest_commit_sha":null,"homepage":"https://holiday-homes-website.fly.dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bluette1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-01-20T23:16:32.000Z","updated_at":"2023-10-15T17:50:17.000Z","dependencies_parsed_at":"2023-10-16T11:14:40.496Z","dependency_job_id":null,"html_url":"https://github.com/Bluette1/holiday-homes-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fholiday-homes-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fholiday-homes-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fholiday-homes-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bluette1%2Fholiday-homes-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bluette1","download_url":"https://codeload.github.com/Bluette1/holiday-homes-website/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246135739,"owners_count":20729056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","cloudinary-api","css3","javascript","react","redux"],"created_at":"2024-10-02T15:21:50.543Z","updated_at":"2026-04-09T20:46:36.185Z","avatar_url":"https://github.com/Bluette1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# holiday-homes-website\n\nA website application for viewing a list of available holiday homes\n\n![Linters](https://github.com/bluette1/holiday-homes-website/workflows/Linters/badge.svg)\n\n![Test with jest](https://github.com/Bluette1/holiday-homes-website/workflows/Test%20with%20jest/badge.svg)\n\nThis project is a capstone project at the end of the Microverse curriculum. The project's specifications are listed [here](https://www.notion.so/Final-Capstone-Project-Find-Your-House-9a424802e7dc48eb8ef40e2ac09397d1#f6146dd819194da486ce5d60e69b3a93).\n\n## Project description\nA simple holiday homes website application built using React and Redux.\n\n## Screenshot\n![demo picture](./public/screenshot.png)\n\n\n## Built with\n- Javascript\n- Javascript design patterns\n- Node.js\n- React.js\n- Redux\n\n## Live Demo link\n[Holiday Homes Website on heroku](https://holiday-homes-website.fly.dev/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n## Prerequisites\n\n- Install node.\n\n## Set up\n\n- Clone the project.\n- Cd into the project directory.\n- Run ```yarn install``` or ```npm install``` to install dependencies in package.json.\n- Run ```yarn start``` or ```npm start```  and view the page on your localhost.\n\n- Clone and run the [backend server](https://github.com/Bluette1/holiday-homes) locally.\n\n ## Features\n- The user can access the functions of a simple holiday homes display application:\n  - Display a list of available holiday homes\n  - Can view details about a selected holiday home in the details page\n  - Can add and remove favourite holiday homes\n  - Display a list of the logged in user's favourites\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/\nadvanced-configuration)\n\n### [Paperclip Cloudinary](https://github.com/GoGoCarl/paperclip-cloudinary) \n#### Setup - Backend server\n  - Create a [Cloudinary](https://cloudinary.com/) account.\n  - Afterwards\n\n``Download your configuration YAML file and place it in your config directory. You can grab it here:\n\n   https://cloudinary.com/console/cloudinary.yml\n\nThis will enable the Cloudinary gem to pick up your configuration automatically.```\n\n#### Setup - Frontend\n- Create a `.env.development` file in the root repository of the project and paste the following:\n```REACT_APP_REQUEST_OPTIONS_HOST=\u003chost\u003e\nREACT_APP_REQUEST_OPTIONS_PORT=\u003cport\u003e\nREACT_APP_REQUEST_OPTIONS_HTTP_PROTOCOL=\u003cprotocol\u003e\nREACT_APP_CLOUD_NAME=\u003ccloudName\u003e\n ```\n\n- Create a `.env.production` file in the root repository of the project and paste the following:\n```\nREACT_APP_REQUEST_OPTIONS_HOST=\u003chost\u003e\nREACT_APP_REQUEST_OPTIONS_PORT=\u003cport\u003e\nREACT_APP_REQUEST_OPTIONS_HTTP_PROTOCOL=\u003cprotocol\u003e\nREACT_APP_CLOUD_NAME=\u003ccloudName\u003e \n```\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n- On Heroku, `cloudinary` can be configured using the Heroku cloudinary addon after installing it by running:\n ```\n heroku addons:create cloudinary\n ```\n See [Heroku addon for image management ](https://cloudinary.com/blog/heroku_add_on_for_image_management_in_the_cloud) for further information.\n\n### `yarn build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\n\n## Contributions\n\n If you see something wrong or not working, please check [the issue tracker section](https://github.com/bluette1/holiday-homes-website/issues), if the problem you encountered is not already in the opened issues, then open a new issue by clicking on the `new issue` button.\n\n## Author\n\n👤 **Marylene Sawyer**\n- Github: [@Bluette1](https://github.com/Bluette1)\n- Twitter: [@MaryleneSawyer](https://twitter.com/MaryleneSawyer)\n- Linkedin: [Marylene Sawyer](https://www.linkedin.com/in/marylene-sawyer)\n\n## Acknowledgements\n\n- [Design idea](https://www.behance.net/gallery/37706679/Circle-(Landing-page-Dashboard-Mobile-App)) by [Alexey Savitskiy on Behance](https://www.behance.net/alexey_savitskiy).\n- [Microverse](https://www.microverse.org/)\n- [Freepik](https://www.freepik.com)\n- [Unsplash images](https://unsplash.com/)\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](https://opensource.org/licenses/MIT) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fholiday-homes-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluette1%2Fholiday-homes-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluette1%2Fholiday-homes-website/lists"}