{"id":18824198,"url":"https://github.com/cre8stevedev/salonix-mobile-app","last_synced_at":"2025-08-18T05:13:43.690Z","repository":{"id":248670546,"uuid":"828586728","full_name":"Cre8steveDev/Salonix-Mobile-App","owner":"Cre8steveDev","description":"A Salon Booking/Appointment Mobile App built using Expo Framework (React Native). The Backend of the application can be found in the Salonix-backend repository. Have fun reading through.","archived":false,"fork":false,"pushed_at":"2024-07-23T01:35:07.000Z","size":4568,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T22:24:37.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Cre8steveDev.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-07-14T15:40:03.000Z","updated_at":"2025-02-24T11:31:43.000Z","dependencies_parsed_at":"2024-12-30T04:35:42.129Z","dependency_job_id":null,"html_url":"https://github.com/Cre8steveDev/Salonix-Mobile-App","commit_stats":null,"previous_names":["cre8stevedev/salonix-mobile-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cre8steveDev/Salonix-Mobile-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FSalonix-Mobile-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FSalonix-Mobile-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FSalonix-Mobile-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FSalonix-Mobile-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cre8steveDev","download_url":"https://codeload.github.com/Cre8steveDev/Salonix-Mobile-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2FSalonix-Mobile-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270946068,"owners_count":24672890,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T00:55:50.390Z","updated_at":"2025-08-18T05:13:43.662Z","avatar_url":"https://github.com/Cre8steveDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salonix - Mobile App\n\nI am building Solanix as a full-feature personal challenge project to improve my skills and knowledge as a MERN Stack Developer transitioning from the Web to building Cross-platform Native applications.\n\nI'm equally using these Mobile App projects to solidify my skills in Design (coming from print and marketing design, venturing into UI/UX Design has been exciting and I'm enjoying it - this is a custom design, as seen below. Might update it more - or not, hehe).\n\n![Figma Design of Salonix - Designed by Me](image.png)\n\n## Checkout the Video Demo\n\n## Features\n\n- User-friendly interface for browsing and booking salon services ✅\n- Real-time availability of service slots ✅\n- Secure payment integration using Paystack ✅\n- Scrollable Calendar UI for easy date selection ✅\n- Push notifications for appointment reminders (TODO)\n- User profile management (TODO)\n- Booking history and status tracking (...partly done)\n\n## AUTHOR\n\n- Stephen Omoregie\n- \u003ccre8stevedev@gmail.com\u003e\n- Twitter: [@Cre8steveDev](https://twitter.com/Cre8steveDev)\n- LinkedIn: \u003chttps://www.linkedin.com/in/stephen-omoregie/\u003e\n- Portfolio: [Visit my Portfolio](https://cre8stevedev.me/)\n- Available for Work: _YES_\n\n## Technologies Used\n\n- React Native with Expo framework\n- TypeScript for type-safe development\n- Redux for global state management\n- Redux Persist and react-native-async-storage for local state persistence\n- Expo-image for optimized remote image loading\n- Axios for API communication\n- Custom React Native calendar component\n- Paystack payment integration (react-native-paystack-webview)\n- react-native-root-toast for user notifications\n- Expo-file-system and Expo-sharing for file operations\n\n## Productivity Tools and Research\n\n- React Native and Expo Code Snippets (VSCode Extension by Cre8steve)\n- Visual Studio Code\n- Expo Documentation\n\n## Installation Guide\n\nClone the repository:\n\n```bash\ngit clone https://github.com/Cre8steveDev/Salonix-Mobile-App.git\n```\n\nNavigate to project directory:\n\n```bash\ncd Salonix-Mobile-App\n```\n\nInstall Project Dependencies\n\n```bash\nnpm install\n```\n\nUpdate the backend-server url in the @constants/API.ts file\n\n```javascript\nconst BASE_URL = '................';\n```\n\nStart the Expo Development Server\n\n```bash\nnpx expo start\n```\n\nUse the Expo Go app on your mobile device or an emulator to run the application.\n\n## Wanna try your hands on the project?\n\nGet the Codebase for the backend (You can extend it and add more features):\n\n```bash\ngit clone https://github.com/Cre8steveDev/salonix-backend.git\n```\n\nGet the design here: \u003chttps://www.figma.com/community/file/1394970733748334825/salon-booking-mobile-app\u003e\n\n## Errrrm..... more details coming, I guess\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Fsalonix-mobile-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcre8stevedev%2Fsalonix-mobile-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Fsalonix-mobile-app/lists"}