Welcome to Destify - Your Ultimate Destination Finder!
Destify is a project designed to help you discover your next travel destination. This repository contains the source code for the web application. The project is built using React for the frontend and Google's GEMINI API for retreving data.
To get started with Destify, follow these steps:
- Clone the repository:
git clone https://github.com/srexrg/Destify.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
Once the development server is running, open your browser and go to http://localhost:5173 to use Destify. The app allows you to explore different travel destinations and provides information about each location.
If you'd like to contribute to Destify, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-name
- Submit a pull request.
Happy travelling with Destify!