Welcome to the Tour IT Frontend repository! This project is a frontend application designed to work with the Tour IT Planner platform, which helps users plan their travel itineraries effectively.
The Tour IT Frontend is built using modern web technologies and frameworks to provide a seamless user experience for planning trips and exploring destinations. It interacts with the backend API to deliver real-time data and features to users.
Repo for backend- https://github.com/tour-it-planner/tour-it-backend
- User Authentication: Secure login and registration.
- Trip Planning: Create, edit, and manage travel itineraries.
- Destination: Create destinations and view detailed information.
- Responsive Design: Optimized for both desktop, Tablet and mobile devices.
To get started with the Tour IT Frontend project, follow these steps:
-
Git clone: https://github.com/tour-it-planner/tour-it-frontend.git
-
To install dependencies: npm install
-
Environment variables: You'll need to create a .env file and add environment variables.
REACT_APP_API_URL=<YOUR_API_URL>
- To run the application: npm run dev
You need to set up the following environment variables in the .env file:
REACT_APP_API_URL: The base URL for the API that the frontend will communicate with.
If you don’t have these credentials, you may need to sign up for the respective services to obtain them.
You can see the live demo of the Tour IT Frontend application at https://tour-it.netlify.app/
For interactive API testing, you can use https://tour-it.onrender.com
- This project is licensed under the MIT License - see the LICENSE file for details.