SkillSwap Network is a community-driven platform that eliminates barriers to learning by providing an affordable and convenient way for individuals to exchange valuable skills locally. The platform fosters a collaborative environment for skill development by connecting people with complementary talents.
SkillSwap Network provides a Famous App-like interface for users to discover and connect with others sharing complementary skills. Users can swipe left and right on profiles, and if both users swipe right, they create a match and can initiate a chat to further discuss skill exchange or collaboration.
- Profile Swipe: Users can swipe through profiles, indicating their interest by swiping right.
- Matching: If two users both swipe right on each other's profiles, they create a match.
- Chat: Matched users can engage in a chat to discuss skills, availability, and collaboration.
- Node.js installed on your machine
- MongoDB database
-
Clone the repository:
git clone https://github.com/your-username/skillswap-webapp.git
-
Change into the project directory:
cd frontend
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Change into backend directory:
cd backend
-
Install dependencies:
npm install
-
Start the application:
nodemon server.js
-
Configure environment variables for backend:
Create a
.env
file in the root directory and set the following variables:MONGODB_URI=mongodb://localhost:27017/skillswap
The application will be running at
http://localhost:3000
by default.
- Create a user account on SkillSwap Network.
- Set up your profile, including your skills and preferences.
- Start swiping left or right on profiles to indicate your interest.
- If you and another user both swipe right, you create a match.
- Initiate a chat with your matches to discuss skill exchange or collaboration.
- Users can view profiles of others in their locality or worldwide.
- Swipe left to skip a profile, or swipe right to express interest.
- If two users both swipe right on each other's profiles, they create a match.
- Matched users can proceed to the chat feature.
- Engage in a chat with matched users to discuss skills, availability, and collaboration.
- Decide on meeting in person or continuing the collaboration online.
We welcome contributions! If you have ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.