{"id":23185760,"url":"https://github.com/udemy-experience/the-wild-oasis","last_synced_at":"2026-04-12T11:34:33.549Z","repository":{"id":263972668,"uuid":"891960870","full_name":"Udemy-Experience/the-wild-oasis","owner":"Udemy-Experience","description":"Full stack project (with supabase), implemented using React, Redux, React Query, and implementing Authentication.","archived":false,"fork":false,"pushed_at":"2024-12-10T13:59:43.000Z","size":2252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T04:44:06.243Z","etag":null,"topics":["authentication","authorization","frontend","full-stack","react","reactquery","redux","redux-toolkit","supabase"],"latest_commit_sha":null,"homepage":"https://the-wild-oasis-sigma-nine.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/Udemy-Experience.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-11-21T09:12:44.000Z","updated_at":"2024-12-17T21:23:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"78ecdbfa-0d7b-4fc0-bf51-06119da5383d","html_url":"https://github.com/Udemy-Experience/the-wild-oasis","commit_stats":null,"previous_names":["barasedih11/the-wild-oasis","udemy-experience/the-wild-oasis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udemy-Experience%2Fthe-wild-oasis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udemy-Experience%2Fthe-wild-oasis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udemy-Experience%2Fthe-wild-oasis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udemy-Experience%2Fthe-wild-oasis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Udemy-Experience","download_url":"https://codeload.github.com/Udemy-Experience/the-wild-oasis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289398,"owners_count":20914464,"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":["authentication","authorization","frontend","full-stack","react","reactquery","redux","redux-toolkit","supabase"],"created_at":"2024-12-18T10:12:40.858Z","updated_at":"2026-04-12T11:34:33.537Z","avatar_url":"https://github.com/Udemy-Experience.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \n   ![The_Wild_Oasis 🌴](https://github.com/user-attachments/assets/dff8803d-de6e-4edb-8731-665dc35dd1dd)\n\n   ![GitHub repo size](https://img.shields.io/github/repo-size/BaraSedih11/the-wild-oasis) ![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/BaraSedih11/the-wild-oasis) \n ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/BaraSedih11/the-wild-oasis/main)\n[![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://github.com/BaraSedih/the-wild-oasis/releases/tag/v1.0.0)\n[![Contributors](https://img.shields.io/github/contributors/BaraSedih11/the-wild-oasis)](https://github.com/BaraSedih11/the-wild-oasis/graphs/contributors)\n![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/BaraSedih11/the-wild-oasis)\n\n\u003c/div\u003e\n\nWelcome to **The Wild Oasis**, a unique and vibrant digital destination! This project represents a virtual camping experience, blending creativity and technology to bring the essence of the outdoors into the digital world.\n\n## 🌟 Features\n\n- **Interactive Elements**: Explore and interact with various features of the scene.\n- **Engaging Design**: A focus on aesthetics and smooth user experience.\n- **Responsive Layout**: Optimized for both desktop and mobile devices.\n\n## 🚀 Technologies Used\n\n- **JavaScript/TypeScript**: Core scripting languages for functionality.\n- **HTML \u0026 CSS**: To structure and style the website.\n- **Modern Development Practices**: Includes modular code structure and best practices for scalability.\n\n## 🛠️ Getting Started\n\nFollow these steps to run the project locally:\n\n### Prerequisites\n\n- Node.js installed on your machine.\n- A modern web browser (Google Chrome, Mozilla Firefox, etc.).\n\n### Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/BaraSedih11/the-wild-oasis.git\n   cd the-wild-oasis\n   ```\n\n2. **Install dependencies:**\n     ```bash\n     npm install\n     ```\n\n3. **Start the development server:**\n   ```bash\n   npm run dev\n   ```\n\n4. **Open the project in your browser: Navigate to [Live view](https://the-wild-oasis-bara.netlify.app/).**\n   Use email : `test@test.com`, password: `12341234`\n\n### 📂 Project Structure\n  ```plaintext\n  the-wild-oasis/\n  ├── public/         # Static assets (images, icons, etc.)\n  ├── src/\n  │   ├── components/ # Reusable UI components\n  │   ├── scenes/     # 3D scene setup and elements\n  │   ├── styles/     # CSS/SCSS styles\n  │   └── utils/      # Utility functions and helpers\n  ├── .gitignore      # Git ignore file\n  ├── package.json    # Project metadata and scripts\n  ├── README.md       # Project documentation\n  └── ...             # Additional configuration files\n  ```\n\n### 🖋️ Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n\n2. Create a new branch:\n  ```bash\n  git checkout -b feature/your-feature-name\n  ```\n3. Make your changes and commit them:\n  ```bash\n  git commit -m \"Add a new feature\"\n  ```\n4. Push your branch:\n  ```bash\n  git push origin feature/your-feature-name\n  ```\n5. Open a pull request.\n\n### See images from the live view: \n\n![image](https://github.com/user-attachments/assets/d3cc21db-8675-49cf-83f1-101bcce55dc2)\n\n![image](https://github.com/user-attachments/assets/14531fa1-f5e8-42fa-8924-0932ac931dc4)\n\n\n![Screenshot 2024-12-10 153336](https://github.com/user-attachments/assets/514a2389-dd7b-4eff-82b0-b7cffaf0c41e)\n\n![Screenshot 2024-12-10 153347](https://github.com/user-attachments/assets/e859354f-5c91-4e8d-8314-c164e10e245c)\n\n![Screenshot 2024-12-10 153359](https://github.com/user-attachments/assets/544a579b-804a-45ca-bdae-e8fa20d0c248)\n\n![Screenshot 2024-12-10 153405](https://github.com/user-attachments/assets/2eb71e37-aff0-4324-9042-b0d8cd7b1881)\n\n![Screenshot 2024-12-10 153425](https://github.com/user-attachments/assets/692a62f8-3239-452c-ab1f-a1fd79c0000e)\n\n![Screenshot 2024-12-10 153438](https://github.com/user-attachments/assets/edf76f15-c2b2-4377-b8e7-f55c3d5778b5)\n\n![Screenshot 2024-12-10 153449](https://github.com/user-attachments/assets/59cce16c-a81e-4963-9afa-ce4e51f1d9d7)\n\n![Screenshot 2024-12-10 153504](https://github.com/user-attachments/assets/bf17d36d-0837-4a7c-9f39-c76171e5a408)\n\n![Screenshot 2024-12-10 153514](https://github.com/user-attachments/assets/00a732ee-8341-4c18-937a-788254ac6600)\n\n![Screenshot 2024-12-10 153526](https://github.com/user-attachments/assets/c10a0eca-7fd5-4a24-b9d1-c243e8cbaa14)\n\n![Screenshot 2024-12-10 153534](https://github.com/user-attachments/assets/bc7a3eaf-376a-4131-b2a3-2743e825dccc)\n\n![Screenshot 2024-12-10 153549](https://github.com/user-attachments/assets/79b88b64-8ee2-4533-9567-3d211bc0be61)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudemy-experience%2Fthe-wild-oasis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudemy-experience%2Fthe-wild-oasis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudemy-experience%2Fthe-wild-oasis/lists"}