Taxi App is a web application built with React and Next.js that allows users to book taxis and view them on a map. It utilizes Redux for state management and integrates with Google Maps API for location services.
To install and run the project locally, follow these steps:
Clone the repository:
git clone https://github.com/kyemets/taxi-app.git
Navigate to the project directory:
cd taxi-app
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to view the app.
REACT_APP_MAP_KEY
-- Google Maps API Key
Usage
Use the app to search for taxi services by entering your location.
Select your desired taxi option from the available choices.
View the selected taxi options along with their estimated prices and book your ride.
Technologies Used
Next.js
React
Redux
Google Maps API
React Icons
React Places Autocomplete
Classnames
Tailwind CSS
License
This project is licensed under the MIT License