A comprehensive Bash script project that allows users to perform multiple tasks:
- View team and submission details.
- Browse a grocery list with prices.
- Calculate basic math operations.
- Exchange currency rates.
- Manage and track a user's account with signup and login functionality.
- Team Information: Displays the names and IDs of team members.
- Submitted To: Displays the name of the project supervisors.
- Supermarket Items: Displays a list of grocery items with prices for easy selection.
- Calculator: Supports basic math operations (addition, subtraction, multiplication, division).
- Currency Exchanger: Provides real-time currency exchange rates for various currencies.
- Account Management: Allows users to sign up and log in to the application.
- Bash (installed by default in Unix-based systems like Linux and macOS)
bc
(for floating-point calculations)
- Clone this repository to your local machine.
git clone https://github.com/kawshik-ornob8/Supermarket-and-Calculator-Simple-Application-With-Base-Script cd <repository-directory>
2.Give execution permission to the script
chmod +x Project.sh
Run the script by executing:
./Project.sh
The application will prompt you with a home menu where you can select various options to use the features.
- Submitted By: Displays team members' information.
- Submitted To: Displays supervisors' information.
- Grocery List: Shows items with quantities and prices.
- Calculator: Offers arithmetic operations (addition, subtraction, multiplication, division).
- Currency Exchanger: Allows you to convert Taka to other currencies.
- Exit: Closes the application.
- Select the calculator option from the main menu.
- Choose an operation from addition, subtraction, multiplication, and division.
- Input the required numbers, and the calculator will display the result.
- Select the currency exchanger option from the main menu.
- Choose the currency by entering its corresponding number.
- Input the amount to convert, and the script will display the result in Taka.
This project is licensed under the MIT License.