A sleek web application that calculates the distance between two geographical coordinates. Built with the latest Next.js 15 framework and designed for simplicity and accuracy, this app converts the distance into meters, kilometers, and miles.
- 🔢 Calculates distance using the Haversine formula
- 📏 Supports meters, kilometers, and miles
- 🧠 Built with modern tech: Next.js 15 + Tailwind CSS
- 📱 Responsive and clean UI
- 🌐 Ready for deployment (Vercel)
Click Here: https://distance-calculator-sooty.vercel.app
- Framework: Next.js 15
- Styling: Tailwind CSS
- Language: TypeScript / JavaScript
- Hosting: Vercel
# 1. Clone the repository
git clone https://github.com/UmarNasib/distance-calculator.git
# 2. Move into the project directory
cd distance-calculator
# 3. Install dependencies
npm install
# 4. Run the development server
npm run dev