Skip to content

h-razavi/abjad-calculator

Repository files navigation

Abjad Calculator

This is a simple web application that calculates the sum of numerical values assigned to each character entered into an input box. The numerical system is based on the Abjad system, which is manually defined in a separate file.

Table of Contents

Technologies

This project is built using the following technologies and libraries:

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/abjad-system-web-app.git
  1. Navigate to the project directory:
cd abjad-system-web-app
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

The application should now be running at http://localhost:3000.

Usage

To use the web application, simply enter the characters in the input box and press the "Calculate" button. The application will display the sum of the numerical values assigned to each character based on the Abjad System.

Contributing

Contributions to this project are welcome. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch with a descriptive name.
  3. Make your changes and commit them with a meaningful commit message.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

License

This project is released under the MIT License.