{"id":15155272,"url":"https://github.com/simandrew/the-wild-oasis-nextjs-v2","last_synced_at":"2026-02-04T16:05:15.681Z","repository":{"id":245430788,"uuid":"818216474","full_name":"SimAndrew/the-wild-oasis-nextjs-v2","owner":"SimAndrew","description":"The Wild Oasis hotel management app","archived":false,"fork":false,"pushed_at":"2024-06-25T15:17:04.000Z","size":9016,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T12:14:56.944Z","etag":null,"topics":["next-js","supabase","tailwind-css"],"latest_commit_sha":null,"homepage":"https://the-wild-oasis-nextjs-v2.vercel.app/","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/SimAndrew.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T10:55:28.000Z","updated_at":"2024-06-25T15:17:07.000Z","dependencies_parsed_at":"2024-11-02T21:02:34.372Z","dependency_job_id":"979475b6-d4ab-45cb-9b76-fd16ad2130d3","html_url":"https://github.com/SimAndrew/the-wild-oasis-nextjs-v2","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"afe2e270bcd0a85fcb9dbf0245987eefddc8cc20"},"previous_names":["simandrew/the-wild-oasis-nextjs-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SimAndrew/the-wild-oasis-nextjs-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimAndrew%2Fthe-wild-oasis-nextjs-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimAndrew%2Fthe-wild-oasis-nextjs-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimAndrew%2Fthe-wild-oasis-nextjs-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimAndrew%2Fthe-wild-oasis-nextjs-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimAndrew","download_url":"https://codeload.github.com/SimAndrew/the-wild-oasis-nextjs-v2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimAndrew%2Fthe-wild-oasis-nextjs-v2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263233493,"owners_count":23434869,"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":["next-js","supabase","tailwind-css"],"created_at":"2024-09-26T18:04:06.221Z","updated_at":"2026-02-04T16:05:15.586Z","avatar_url":"https://github.com/SimAndrew.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## The Wild Oasis NextJS v2\n\n[Application use Pages Router](https://nextjs.org/docs/pages)\n\n[App Router vs Pages Router dev.to ](https://dev.to/dcs_ink/nextjs-app-router-vs-pages-router-3p57)\n\n[App Router vs Pages Router medium.com](https://medium.com/@jawaragordon/choose-your-own-adventure-next-js-app-vs-pages-router-528dbf25b37f)\n\n---\n\n### About:\nThe Wild Oasis hotel app that lets you view list of cabins available for reservation and information. Write to hotel staff any questions about cabins.\n\nYou can try here: [the-wild-oasis-nextjs-v2.vercel.app](https://the-wild-oasis-nextjs-v2.vercel.app)\n\n---\n\n### Sample task, photo:\n\n**Home page:**\n\n![image](https://github.com/SimAndrew/the-wild-oasis-nextjs/assets/44125451/7776cc45-026d-4189-9e29-b48607317ac4)\n\n**Cabins page - List of cabins available for reservation**\n\n![image](https://github.com/SimAndrew/the-wild-oasis-nextjs/assets/44125451/ebf22215-4f8c-4aa8-85f6-aa95fe7ccfbd)\n\n**About page:**\n\n![image](https://github.com/SimAndrew/the-wild-oasis-nextjs/assets/44125451/e0045f98-5197-48cb-8e26-621d1a21c8a8)\n\n**Contact Us page - Write to hotel staff any questions about cabins:**\n\n![image](https://github.com/SimAndrew/the-wild-oasis-nextjs/assets/44125451/5759a676-d910-4028-8680-81d0b0c1b38a)\n\n---\n\n### Technologies, Libraries:\n\n- React lets you build user interfaces out of individual pieces called components. [React JS](https://react.dev/)\n\n- Next JS - React meta-framework. Handles routing, SSR, data fetching and even remote state management. [Next JS](https://nextjs.org/)\n\n- [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)\n\n- Tailwind CSS a utility-first CSS framework that packed with classes. Extremely easy to integrate into Next.js. Utility-first is a CSS methodology where you build up your styles using many small, purpose-specific classes. [tailwindcss.com](https://tailwindcss.com/)\n\n- heroicons/react - Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS [heroicons.com](https://heroicons.com)\n\n- Supabase - database and API [supabase.com](https://supabase.com)\n\n---\n\n### Run the app:\n\n- Clone a project: `git clone`\n\n```\ngit clone https://github.com/SimAndrew/the-wild-oasis-nextjs-v2.git\n```\n\n- Open project code in your editor.\n- Install the dependencies, enter into the terminal:\n\n```\nnpm install\n```\n\n- Run the project, enter into the terminal:\n\n```\nnpm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandrew%2Fthe-wild-oasis-nextjs-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimandrew%2Fthe-wild-oasis-nextjs-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimandrew%2Fthe-wild-oasis-nextjs-v2/lists"}