As the tourism market continues to flourish, travelers often face information overload and decision paralysis when choosing destinations and attractions. Traditional tourism recommendations tend to be monotonous, lacking interactivity and engagement, making it difficult to spark user interest and participation.
The "Cultural Tourism Arena" was born to address this challenge. Through an innovative approach of personifying attractions in battle-style interactions, it transforms mundane attraction descriptions into lively "dialogues," helping users understand the unique features of different attractions in a relaxed and enjoyable atmosphere, enabling them to make travel choices that better align with their preferences.
git clone https://github.com/mowatermelon/astro-vercel-multiple.git
cd astro-vercel-multiple
pnpm install
pnpm run dev
Easily deploy your Next.js app with Vercel by clicking the button below:
├── src/
│ ├── components/ # Framework components
│ ├── data/ # Attraction data
│ ├── pages/ # Page routes
│ ├── styles/ # Global styles
│ └── utils/ # Utility functions
├── public/ # Static assets
└── docs/ # Project documentation
Contributions are always welcome! To contribute, please follow these steps:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details