This project is a web application for renting recreational vehicles (RVs), built with Next.js.
The RV Rental App enables users to browse, search, and book RVs for their trips. It provides detailed information about each RV, including features, pricing, and availability. The data is sourced from the Outdoorsy API.
- Browse RVs: Users can explore a variety of RVs available for rent.
- Search Functionality: Search for RVs based on location, RV types, price, dates, and number of guests.
- Booking System: Reserve an RV for specific dates.
You can see a live demo of the project here.
- Next.js
- React
- TypeScript
- Tailwind CSS
- Outdoorsy API
- Clone the repository:
git clone https://github.com/jonathanfunk/rv-rental.git
- Navigate to the project directory:
cd rv-rental-app
- Install dependencies:
npm install
- Contact the Outdoorsy support team at partners@outdoorsy.com for access to the API documentation.
- Create a
.env.local
file in the root directory. - Add the following environment variables to the
.env.local
file: NEXT_PUBLIC_BASE_SEARCH_URL='https://your-outdoorsy-base-search-url' NEXT_PUBLIC_GOOGLE_API_KEY='your-google-maps-api-key' - Run the development server:
npm run dev
The easiest way to deploy your Next.js app is to use the Vercel Platform. Check out the Next.js deployment documentation for more details.
Contributions are welcome! Please feel free to submit issues and pull requests.
This project is licensed under the MIT License.