Available README Languages : KR | EN | ZH
Welcome to the Eco-Travel Web Application!
This application is designed to promote sustainable travel and environmental protection. Built with Next.js, this platform empowers travelers to make eco-friendly choices and gain insights into their environmental impact through various features.
Try it out for yourself at https://eco-travel.netlify.app! (All features are available except for Google paid services)
To start the project, follow these steps:
- Clone the Repository
git clone https://github.com/tionlab/eco-trav.git- Navigate to the Project Directory
cd eco-travel-app- Install Dependencies
npm install- Update .env.local
Modify the .env file with your own keys.
- Run the Development Server
npm run devThe app will run at http://localhost:3000.
- The
pages/download.jsfile usespublic/ecotravel.apk. Add the APK topublic/or removepages/download.jsif you do not need this functionality. - The AI chat feature in
pages/aichat.jsis not yet implemented by default. Please customize this file to integrate AI chat. - You can enable the ClickIndicator feature by uncommenting the
ClickIndicatorinpages/_app.js. - Generative AI was used to create some of the image assets.
- The demo ad shown when rewarding is a public service announcement produced by the Ministry of the Environment.
Contributions to improve the Eco-Travel Web Application are welcome! If you have suggestions, bug reports, or feature requests, please create an issue or submit a pull request.
- Fork the Repository
- Create a Feature Branch
git checkout -b feature/your-feature- Commit Your Changes
git commit -am 'Add new feature'- Push to Your Branch
git push origin feature/your-feature- Create a Pull Request













