Welcome to the TripMacha website project! This is a website designed to help users plan and organize their trips, find interesting destinations, and share their travel experiences. The project aims to provide a user-friendly interface and an intuitive user experience for all travelers.
Traveling is a wonderful experience that broadens our horizons and allows us to create lasting memories. The Trip website is an online platform that simplifies the process of planning and organizing trips. Users can explore various travel destinations, read travel guides, and connect with fellow travelers. Whether you're a solo adventurer or a group of friends looking for an exciting vacation, Trip has got you covered!
This repository contains the source code for the Trip website. It includes the front-end and back-end components necessary to run the website and provide users with a seamless travel planning experience.
To view the visual design and layout of the Trip website, we have used Figma. Figma is a collaborative interface design tool that allows us to create and share design mockups efficiently.
You can access the Figma design by clicking on the following link: Figma Design.
Wireframes are low-fidelity sketches that help us plan and visualize the basic structure and layout of the website before diving into detailed design and development.
To view the wireframe for the Trip website, please follow this link: Wireframe.
To get a copy of this project up and running on your local machine, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/GangliaTechno/TripMacha_Web_App.git
- Install the required dependencies by navigating to the project folder and running:
npm install
- Start the development server:
npm run dev
- This will launch the backend and give the output in terminal like this
VITE v4.3.9 ready in 196 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help