achalagarwal / storewise-candidate-test-backend

Repository containing code for storewise candidates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Storewise Tech Screening Challenge

Setup Instructions

  • Ensure that you have python3 and pip installed in your machine
  • Clone this repository
  • cd into the new directory (that you cloned)
  • pip install bullet
  • python3 main.py

Challenge Instructions

When you run python3 main.py, you will enter the McDonalds Shell (yumm), here you can order some items and then finally the shell will show you the bill.

We need to ensure that the bill shows the correct amounts for Order Amount, Service Charge, and Final Amount.

That's all folks.

Error

error.mp4

Success

success.mp4

Submitting your challenge

There are multiple ways that you can submit the challenge.

  1. send us the main.py file
  2. send us a zipped version of the directory
  3. Fork the repo and send us a link after you have made your changes

How we score

  • 40 points for the correct Order Amount
  • 40 points for the correct Service Charge
  • 20 points for leaving the code in a better position than you found it

About

Repository containing code for storewise candidates

License:The Unlicense


Languages

Language:Python 100.0%