Skip to content

tsaruggan/mixed-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixed Maps

Overview

Mixed Maps is a web application built with Next.js that enables users to plan and build routes using multiple modes of transportation. It integrates with the Google Maps API to provide users with efficient trip planning and route visualization.

Demo

You can view a live demo of the application at mixed-maps.vercel.app.

Getting Started

Clone the repository:

git clone https://github.com/tsaruggan/mixed-maps.git

Navigate to the project directory:

cd mixed-maps

Install dependencies:

npm install

Set up your Google Maps API key: Enable the Google Maps Directions API. Create a .env.local file in the root of your project and add your API key.

API_KEY=your_api_key_here

Run the development server:

npm run dev

Open your browser and navigate to http://localhost:3000 to view the application.

About

mixed transportation Google Maps route planner

Resources

Stars

Watchers

Forks