https://github.com/aliasgarsogiawala/toursafe
TourSafe is a comprehensive travel safety application designed to protect tourists from scams and provide emergency assistance. The platform features real-time scam area tracking, emergency SOS functionality, cab fare estimation, and a community-driven reporting system. Built with Next.js and secured with Clerk authentication.
https://github.com/aliasgarsogiawala/toursafe
cab-fare-prediction clerkauth community-report emergeny-sos fyp geolocation leaflet maps nextjs scam-prevention tourist-protection tourist-safety tourist-website typescript
Last synced: 22 days ago
JSON representation
TourSafe is a comprehensive travel safety application designed to protect tourists from scams and provide emergency assistance. The platform features real-time scam area tracking, emergency SOS functionality, cab fare estimation, and a community-driven reporting system. Built with Next.js and secured with Clerk authentication.
- Host: GitHub
- URL: https://github.com/aliasgarsogiawala/toursafe
- Owner: aliasgarsogiawala
- Created: 2025-03-31T07:35:16.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-03-31T09:30:16.000Z (23 days ago)
- Last Synced: 2025-03-31T10:33:25.402Z (23 days ago)
- Topics: cab-fare-prediction, clerkauth, community-report, emergeny-sos, fyp, geolocation, leaflet, maps, nextjs, scam-prevention, tourist-protection, tourist-safety, tourist-website, typescript
- Language: TypeScript
- Homepage: https://tour-safe.vercel.app
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TourSafe
TourSafe is a comprehensive travel safety application designed to protect tourists from scams and provide emergency assistance while traveling in unfamiliar locations.
## Features
- **Scam Area Tracking**: View real-time maps of reported scam hotspots to avoid dangerous areas
- **Emergency SOS**: Quick access to emergency services with location sharing
- **Cab Fare Estimation**: Calculate fair prices for taxi rides to avoid overcharging
- **Scam Reporting System**: Community-driven platform to report and warn others about scams
- **Secure Authentication**: User accounts protected with Clerk authentication## Tech Stack
- Next.js
- React
- TypeScript
- Clerk Authentication
- Leaflet Maps
- Tailwind CSS## Getting Started
### Prerequisites
- Node.js (v14 or later)
- npm or yarn### Installation
1. Clone the repository
```bash
git clone https://github.com/yourusername/TourSafe.git
cd TourSafe
```First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.