"Walk with Me" is a web application designed to enhance safety, foster social connections, and promote physical activity among university students. By connecting users who share similar walking routes, preferences, and interests, the app creates a sense of community while addressing key challenges faced by students.
- Match users with verified walking partners based on proximity and destination.
- Personalized filters (e.g., gender, age, ethnicity) ensure comfort and compatibility.
- Reduce risks of walking alone, especially at night or in unfamiliar areas.
- Build meaningful relationships by pairing users with shared interests.
- Expand your social circle beyond immediate acquaintances.
- Gamification: Earn trophies and rewards for walking milestones.
- Feedback system: Rate and review walking partners to improve the experience.
-
Sign Up & Profile Setup
- Create an account using your university credentials.
- Set up your profile with preferences such as walking routes, times, and filters (e.g., gender, age).
-
Find a Walking Partner
- Enter your destination and preferred time.
- The app matches you with compatible users based on proximity, preferences, and shared interests.
-
Walk Together
- Meet up with your matched partner at the agreed location.
- Enjoy a safe and engaging walk while building connections.
-
Gamify Your Experience
- Track your progress and earn trophies for milestones (e.g., total distance walked, number of walks completed).
-
Feedback & Community Building
- Rate your walking partner to ensure a positive experience for all users.
- Safety Concerns: Many students feel unsafe walking alone at night or in unfamiliar areas.
- Social Isolation: University life can be overwhelming, making it hard to meet new people.
- Lack of Motivation for Physical Activity: Walking is an easy way to stay active but can feel unmotivating without companionship.
"Walk with Me" addresses these challenges by:
- Enhancing safety through verified partnerships.
- Encouraging social interactions via shared interests.
- Motivating physical activity through gamification.
- Clone the repository:
git clone https://github.com/sahilhadke/devhacks2025.git
- Navigate to the project directory:
cd devhacks2025 cd frontend
- Install dependencies:
npm install
- Start the development server:
npm start
- Sign up using your university email address.
- Set up your profile with preferences like walking route, time, and filters.
- Get matched with a compatible walking partner.
- Track your progress and earn rewards as you walk!
We welcome contributions! Here's how you can help:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-name
- Open a pull request.