Skip to content

bersonconnor/BusinessCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

BusinessCard

Asymmetrik Business Card Scanner Challenge Problem

Table of Contents

Necessary Software

  • JDK and a java compiler
  • This application builds from a Bash-compatible console

Project Setup

How to download, setup, and run the project

  • Run git clone <url> where <url> is the url of the GitHub project
  • Navigate to the BusinessCard/src directory in the command line
  • Run shell sh run.sh to compile all java files and run the command line application

Usage

How to use the command line application

Main Menu

  • Enter 1, 2, or 3 to manually input business card text, provide a business card text file, or run examples respectivelly
  • Enter 4 or exit to exit the command line application

Manual Input

  • Enter each line of the business card text separated by a new line
  • Enter done and then press enter once you have finished entering the business card text
  • After the results are printed, the program will return to the Main Menu

Provide Text File

  • Enter the full path of the text file that you would like to parse
  • Enter exit to return to the Main Menu

Run Examples

  • Enter any number between and including the provided minimum and maximum example numbers
  • Enter exit to return to the Main Menu

Folder Structure

  • Contains all code related to the application
  • Contains run.sh for setting up the project
  • Contains example folder that contains compatible business card text files
  • Contains javadoc folder
    • Javadocs that end with _All include all methods and fields
    • Javadocs named directly after their corresponding java file only contain public methods and fields
  • The README.md file in this folder provides all other documentation

About

Asymmetrik Business Card Scanner Challenge Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published