adds code


In this tutorial, I will show you how to create a powerful node CLI application to calculate the sales tax on your purchases based on your state of residence in the United States of America. The application uses SQLite to store the tax rates for each state and Inquirer to prompt the user for the purchase amount and state. I will start by creating a new instance of an in-memory SQLite database and then create a new database table. After populating the table with the sales tax data for 2023 from the Tax Foundation website, I will use Inquirer to prompt the user for the purchase amount and state. Finally, he will use the state entered by the user to retrieve the tax rate from the SQLite database and calculate the sales tax owed. Whether you're a seasoned developer or just starting out, this tutorial is for you. So grab your favorite coding tools, and let's dive right in! Equipment used in this production: 1- Keyboard Logitech POP Keys Mechanical Wireless Keyboard with Customizable Emoji Keys, Durable Compact Design, Bluetooth or USB Connectivity, Multi-Device, OS Compatible - Blast Yellow Link: https://amzn.to/3Qk6Hvq 2- Microphone Rode VideoMic Pro R Camera-Mount Shotgun Microphone Link: https://amzn.to/3GmKSaf GitHub: https://github.com/BekBrace/USA-Tax-Calculator-CLI [Excel file for tax rates 2023 is included]. Connect with me on social media: * Follow me on Twitter: https://twitter.com/BekBrace * Like my Facebook page: https://www.facebook.com/bekbrace/ * Follow me on Instagram: https://www.instagram.com/bek_brace/ Join this channel to get access to perks: https://www.youtube.com/channel/UC7EVSn5inapL20oPSwAwEUg/join
Previous Post Next Post