Giter VIP home page Giter VIP logo

travel-planning-helper's Introduction

22000323, Bae Byungju

Project name: Travel Planning Helper

Youtube link: https://youtu.be/ahpJqJZBrNM

What does this project do?

The user first enters the traffic budget and selects the current location. The program shows the area where you can go from that location, and the user chooses the area you want to go. The program then shows the means of transportation, each price and time. If the user chooses, the program will show the remaining budget, and ask users to continue traveling to another area. If the total cost exceeds the traffic budget after the user chooses the means of transportation, the program tells the user that transportation costs exceeded the budget. After finishing the plan, the program shows and make textfile about the total transportation cost and time and tourist attractions in each area that user decided to go.

Why is this project useful?

If you move without planning when you travel in Korea, traffic expenses often exceed traffic budgets, and sometimes you take too much traffic time. The program prevents that situation, and show time and money to spend on total transportation, and informs tourist attractions in the travel area. Finally, you can receive your total plan as a text file.

How do I get started?

There are 4 files(main.c, list.txt, place.txt, travel.txt) in total.

main.c: C code file

list.txt: Text files for transportation, use weight value (First, Second numbers are 1. Jeonju 2. Seoul 3. Busan 4. Ulsan 5. Daejeon 6. Suwon. Third number is 1. Train 2. Bus 3. Airplane)

place.txt: Text files for tourist attractions, use weight value (First numbers is 1. Jeonju 2. Seoul 3. Busan 4. Ulsan 5. Daejeon 6. Suwon)

travel.txt: Text files for result

  1. Complile main.c file. ex) $ g++ main.c -o main.o

  2. Run main.o file. ex) $ ./main.o

  3. Type Budget and select starting point.

image

  1. Select place to travel and trasportation to use.

image

  1. Choose whether or not you plan to go to the next area for trip.

image

image

  1. Show result and make text file when you finished.

image

image

Where can I get more help, if I need it?

If you have any questions or would like more information, please contact at [email protected].

My contribution

I wrote the full codes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.