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.
This project is built using the following technologies and libraries:
- React
- ViteJS
- TypeScript
- Tailwind CSS
- Abjad System (Custom implementation)
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/abjad-system-web-app.git
- Navigate to the project directory:
cd abjad-system-web-app
- Install the dependencies:
npm install
- Start the development server:
npm run dev
The application should now be running at http://localhost:3000.
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.
Contributions to this project are welcome. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name.
- Make your changes and commit them with a meaningful commit message.
- Push your changes to your fork.
- Create a pull request to the main repository.
This project is released under the MIT License.