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.
You can view a live demo of the application at mixed-maps.vercel.app.
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.