Skip to content

An application that provides users with all the available transportation options, according to their needs.

License

Notifications You must be signed in to change notification settings

Apolo151/guide_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guide Me

A CLI application that provides users with all the available transportation options in their map, according to their needs.

Technical Practices

  • Components will be separated into header (.h) files and source (.cpp) files
  • Apply OOP principles
  • C++11 following Google's C++ style sheet
  • File names & branch names -> snake_case
  • Class names -> PascalCase
  • Methods & Attributes & Functions -> camelCase

Contribution

  • add your header files in ./include

  • add your source files in ./src

  • build using cmake

  • run the application

About

An application that provides users with all the available transportation options, according to their needs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published