Hello there! This is the repository for Travel-With-Me, a React-based travel planner application using Tailwind CSS.
My name is Ayush Mathur. Feel free to reach out to me at mathurayush121@gmail.com.
# Travel With Me
Travel With Me is a web application built with React, EmailJS, and Tailwind CSS. It provides a platform for users to explore travel destinations, view activities, and make bookings. Users can also contact the site owners through a contact form.
## Features
- View destinations, activities, and images in a visually appealing gallery
- Make bookings for activities
- Contact the site owners through a contact form
- Responsive design for optimal viewing on various devices
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/travel-with-me.git-
Navigate to the project directory:
cd travel-with-me -
Install the dependencies:
npm install
-
Configure EmailJS:
- Create an account on EmailJS and obtain your user ID.
- Replace the placeholders in the
Contact.jscomponent with your EmailJS user ID and the relevant email template details.
-
Run the application:
npm start
The application should now be running on
http://localhost:3000.
The project has the following dependencies:
- React: JavaScript library for building user interfaces
- EmailJS: Service for sending emails directly from JavaScript
- Tailwind CSS: Utility-first CSS framework for rapidly building custom designs
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.