❯ REPLACE-ME
- Overview
- Features
- Project Structure
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
Sadik is a digital services platform that connects users with service providers through seamless and secure online communication. The platform enables real-time interaction via video conferencing, live chat, and integrated payment solutions, making it easy for clients to access professional services anytime, anywhere. As the frontend developer, my role focuses on building an intuitive and responsive React interface, integrating chat functionality, and connecting with third-party APIs to ensure smooth video communication and secure payment processing.
User-Friendly Interface – Built with React for a fast, responsive, and accessible user experience. Real-Time Video Conferencing – Secure video sessions powered by third-party APIs. Live Chat – Instant messaging between clients and service providers for quick communication. Secure Payment Gateway – Integrated API to handle transactions safely and reliably. Service Listings & Profiles – Users can browse services, view provider details, and select the right professional. Booking & Scheduling – Option to schedule appointments with service providers. Cross-Platform Access – Fully responsive design that works smoothly on desktop, tablet, and mobile devices.
SDYK/
__root__
package-lock.json ❯ REPLACE-MEvite.config.js ❯ REPLACE-MEpackage.json ❯ REPLACE-MEindex.html ❯ REPLACE-MEeslint.config.js ❯ REPLACE-ME
src
App.jsx ❯ REPLACE-MEmain.jsx ❯ REPLACE-MEstyles
index.css ❯ REPLACE-MEcomponents
NoNotificationsFound.jsx ❯ REPLACE-MEPageLoader.jsx ❯ REPLACE-MENavbar.jsx ❯ REPLACE-MEDropdown.jsx ❯ REPLACE-MELayout.jsx ❯ REPLACE-MEButton.jsx ❯ REPLACE-MEArrows.jsx ❯ REPLACE-MEAppLayout.jsx ❯ REPLACE-METhemeSelector.jsx ❯ REPLACE-MEFooter.jsx ❯ REPLACE-MECallButton.jsx ❯ REPLACE-MENoFriendsFound.jsx ❯ REPLACE-MESidebar.jsx ❯ REPLACE-MEExpertCard.jsx ❯ REPLACE-MEMobileSidebar.jsx ❯ REPLACE-MEFriendCard.jsx ❯ REPLACE-MENoData.jsx ❯ REPLACE-MEHomeNavbar.jsx ❯ REPLACE-MEPersonalCard.jsx ❯ REPLACE-MECard.jsx ❯ REPLACE-MEChatLoader.jsx ❯ REPLACE-MEStars.jsx ❯ REPLACE-MEhooks
useAuthUser.js ❯ REPLACE-MEuseUserFriendRequests.js ❯ REPLACE-MEuseAcceptFriendRequest.js ❯ REPLACE-MEuseSendRequest.js ❯ REPLACE-MEuseLogin.js ❯ REPLACE-MEuseLogout.js ❯ REPLACE-MEuseProviders.js ❯ REPLACE-MEuseSignUp.js ❯ REPLACE-MEuseFriends.js ❯ REPLACE-MEpages
CheckOut.jsx ❯ REPLACE-MENotFound.jsx ❯ REPLACE-MESignUpPage.jsx ❯ REPLACE-MEHomePage.jsx ❯ REPLACE-MEShopPage.jsx ❯ REPLACE-MENotificationsPage.jsx ❯ REPLACE-MEExperiences.jsx ❯ REPLACE-MEChatPage.jsx ❯ REPLACE-MELoginPage.jsx ❯ REPLACE-MEOnboardingPage.jsx ❯ REPLACE-MEFriends.jsx ❯ REPLACE-MECallPage.jsx ❯ REPLACE-MECart.jsx ❯ REPLACE-MEHome.jsx ❯ REPLACE-MEfeathers
experiences
IncomingFriends.jsx ❯ REPLACE-MECategories.jsx ❯ REPLACE-MEFiltration.jsx ❯ REPLACE-MEActiveExperts.jsx ❯ REPLACE-MEshop
Product.jsx ❯ REPLACE-MESection.jsx ❯ REPLACE-MECard.jsx ❯ REPLACE-MEhome
Bannar.jsx ❯ REPLACE-MEAdvertisement.jsx ❯ REPLACE-MEOffers.jsx ❯ REPLACE-MECategoryCard.jsx ❯ REPLACE-MECategories.jsx ❯ REPLACE-MEMostFamous.jsx ❯ REPLACE-MENews.jsx ❯ REPLACE-MEServices.jsx ❯ REPLACE-MEHero.jsx ❯ REPLACE-MEconstants
index.js ❯ REPLACE-MEstore
useThemeStore.js ❯ REPLACE-ME
public
_redirects ❯ REPLACE-ME
Before getting started with sdyk, ensure your runtime environment meets the following requirements:
- Programming Language: JavaScript
- Package Manager: Npm
Install sdyk using one of the following methods:
Build from source:
- Clone the sdyk repository:
❯ git clone https://github.com/BishoyLabib7/sdyk- Navigate to the project directory:
❯ cd sdyk- Install the project dependencies:
❯ npm installRun sdyk using the following command:
Using npm
❯ npm startRun the test suite using the following command:
Using npm
❯ npm test-
Task 1:Implement feature one. -
Task 2: Implement feature two. -
Task 3: Implement feature three.
- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
sdykproject. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/BishoyLabib7/sdyk
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.