Skip to content

mohsinansare/Vehicle_Challenge8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle_Challenge8

Complete coding App Description:

Coding App --Describes how to get details of the vehicles. If a Car, Truck, or Motorbike is selected. It returns the details of the vehicle. The details include type, model, year, vin#, right turn, left turn, and wheelie (this option is only for motorbikes). There is an option to exit the app which allows you to exit or get details of another vehicle.

User Story

As a developer I want to update an existing application to include additional vehicle types. So that I can comprehend and work with existing code bases.

Acceptance Criteria:

In the new terminal go to Cli.ts file and open the terminal integrated.

Second step type npm install in the command prompt

Third step type npm start press enter.

This will start the program by following the steps given below.

GIVEN a command-line application that accepts user input

WHEN I am prompted to create a new vehicle or existing vehicle

THEN I can choose between the two options

WHEN I am prompted to choose the vehicle type during creation

THEN I can choose between car, truck, and motorbike

WHEN I am prompted for details about the vehicle

THEN I can enter the vehicle information

WHEN I have entered all the vehicle information

THEN I can use the created vehicle

WHEN I select an existing vehicle

THEN I can use the selected existing vehicle

WHEN I have created a new vehicle or selected an existing vehicle

THEN I can perform actions with that vehicle

WHEN I perform an action with a vehicle

THEN I see the result of the action in the command-line

WHEN I complete the process of performing an action

THEN I can perform additional actions until I choose to exit

The walkthrough video link for the Vehicle_Challenge8: https://studio.youtube.com/video/K6Jfz2-ewGk/edit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors