{"id":22603882,"url":"https://github.com/soumilgit/meditation-app_react-native","last_synced_at":"2025-04-15T15:03:33.065Z","repository":{"id":267077020,"uuid":"870280836","full_name":"Soumilgit/Meditation-App_React-Native","owner":"Soumilgit","description":"A simple meditation app to help users keep track of time while meditating, includes affirmations.","archived":false,"fork":false,"pushed_at":"2025-04-10T13:45:12.000Z","size":47254,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T15:03:23.156Z","etag":null,"topics":["appdevelopment","express","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://youtu.be/3r5finsx_Iw","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soumilgit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null},"funding":{"github":"Soumilgit","buy_me_a_coffee":"SoumilnpM","custom":"https://github.com/sponsors/Soumilgit/"}},"created_at":"2024-10-09T18:53:32.000Z","updated_at":"2025-04-10T13:45:21.000Z","dependencies_parsed_at":"2025-04-10T14:46:07.216Z","dependency_job_id":null,"html_url":"https://github.com/Soumilgit/Meditation-App_React-Native","commit_stats":null,"previous_names":["soumilgit/meditation-app_react-native"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumilgit%2FMeditation-App_React-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumilgit%2FMeditation-App_React-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumilgit%2FMeditation-App_React-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumilgit%2FMeditation-App_React-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soumilgit","download_url":"https://codeload.github.com/Soumilgit/Meditation-App_React-Native/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094930,"owners_count":21211837,"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":["appdevelopment","express","react-native","typescript"],"created_at":"2024-12-08T13:07:48.858Z","updated_at":"2025-04-15T15:03:33.043Z","avatar_url":"https://github.com/Soumilgit.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Soumilgit","https://buymeacoffee.com/SoumilnpM","https://github.com/sponsors/Soumilgit/"],"categories":[],"sub_categories":[],"readme":"# Simple Meditation App Made Using React Native\r\n\r\n## Tech Stack\r\n\r\n### Technologies Used :\r\n- React Native\r\n- NativeWind\r\n- TypeScript\r\n- Expo\r\n- JavaScript\r\n\r\n# Folder structure\r\nHere is the folder structure of the repository :\r\n```\r\n├─ .github\r\n│  └─ FUNDING.yml\r\n├─ App.js\r\n├─ LICENSE\r\n├─ QRCode.png\r\n├─ README.md\r\n├─ app.d.ts\r\n├─ app.json\r\n├─ app\r\n│  ├─ (modal)\r\n│  │  └─ adjust-meditation-duration.tsx\r\n│  ├─ (tabs)\r\n│  │  ├─ _layout.tsx\r\n│  │  ├─ affirmations\r\n│  │  │  ├─ [itemId].tsx\r\n│  │  │  ├─ _layout.tsx\r\n│  │  │  └─ index.tsx\r\n│  │  └─ nature-meditate.tsx\r\n│  ├─ [...unmatched].tsx\r\n│  ├─ _layout.tsx\r\n│  ├─ index.tsx\r\n│  └─ meditate\r\n│     └─ [id].tsx\r\n├─ assets\r\n│  ├─ adaptive-icon.png\r\n│  ├─ affirmation-images\r\n│  │  ├─ img1.webp\r\n│  │  ├─ img11.webp\r\n│  │  ├─ img12.webp\r\n│  │  ├─ img13.webp\r\n│  │  ├─ img14.webp\r\n│  │  ├─ img2.webp\r\n│  │  ├─ img21.webp\r\n│  │  ├─ img22.webp\r\n│  │  ├─ img23.png\r\n│  │  ├─ img24.jpg\r\n│  │  ├─ img3.webp\r\n│  │  └─ img4.webp\r\n│  ├─ audio\r\n│  │  ├─ beach.mp3\r\n│  │  ├─ meditate-under-tree.mp3\r\n│  │  ├─ river.mp3\r\n│  │  ├─ trees.mp3\r\n│  │  ├─ waterfall.mp3\r\n│  │  └─ yosemite-stars.mp3\r\n│  ├─ favicon.png\r\n│  ├─ fonts\r\n│  │  └─ RobotoMono-Regular.ttf\r\n│  ├─ icon.png\r\n│  ├─ meditation-destress.png\r\n│  ├─ meditation-graphic.png\r\n│  ├─ meditation-images\r\n│  │  ├─ beach.webp\r\n│  │  ├─ im1.webp\r\n│  │  ├─ im2.webp\r\n│  │  ├─ im3.webp\r\n│  │  ├─ im5.webp\r\n│  │  └─ im6.webp\r\n│  ├─ simpleMeditationLogo-ChangeAccToNeed.png\r\n│  └─ splash.png\r\n├─ babel.config.js\r\n├─ components\r\n│  ├─ AppGradient.tsx\r\n│  ├─ AppScreen.tsx\r\n│  ├─ Content.tsx\r\n│  ├─ CustomButton.tsx\r\n│  ├─ GuidedAffirmationsGallery.tsx\r\n│  ├─ MeditationPreview.tsx\r\n│  ├─ ProductPreview.tsx\r\n│  └─ SearchInput.tsx\r\n├─ constants\r\n│  ├─ Colors.js\r\n│  ├─ MeditationData.ts\r\n│  ├─ affirmation-gallary.ts\r\n│  ├─ affirmation-images.ts\r\n│  ├─ meditation-images.ts\r\n│  └─ models\r\n│     └─ AffirmationCategory.ts\r\n├─ context\r\n│  └─ TimerContext.tsx\r\n├─ package-lock.json\r\n├─ package.json\r\n├─ tailwind.config.js\r\n├─ tsconfig.json\r\n└─ yarn.lock\r\n```\r\n\r\n## Quick Start\r\n\r\n### Cloning the Repository\r\n```\r\ngit clone https://github.com/Soumilgit/Meditation-App_React-Native.git\r\ncd simple-meditation-app-expo-react-native\r\n```\r\n\r\n### Installation\r\n\r\nNavigate to the project directory:\r\n```\r\ncd simple-meditation-app-expo-react-native\r\n```\r\n\r\nInstall the project dependencies using npm:\r\n```\r\nnpm install\r\n```\r\n\r\n### Running the Project\r\n\r\nStart the development server:\r\n```\r\nnpx expo start --tunnel\r\n\r\n```\r\n## Deployment Options\r\n\r\n### Expo Go\r\n\r\n- Download the Expo Go app onto your device\r\n- Scan the QR code from the terminal to run the app\r\n\r\n### iOS Simulator\r\n\r\n- Navigate to the Expo documentation for instructions on setting up and running the app on an iOS Simulator for local development\r\n\r\n### Android Emulator\r\n\r\n- Navigate to the Expo documentation for instructions on setting up and running the app on an Android Emulator for local development\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumilgit%2Fmeditation-app_react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumilgit%2Fmeditation-app_react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumilgit%2Fmeditation-app_react-native/lists"}