A web app based on the Amharic book "ጤናችን በእጃችን," which is an Acupressure book. The app allows users to select points from hand and leg pictures available on the interface. This selection will then lead to a page where users can learn about the healing properties of that specific point.
# ጤናችን በእጃችን
Welcome to the ጤናችን በእጃችን project. This project provides an interactive way to learn about various acupressure points on the leg and hand.
## Table of Contents
- Introduction
- Features
- Installation
- Usage
- Contributing
## Introduction
This project allows users to explore acupressure points on the leg and hand through an interactive web interface. Users can click on specific points to learn more about them, including detailed descriptions fetched from a JSON file.
## Features
- Interactive images of the leg and hand with clickable acupressure points.
- Detailed information about each acupressure point, including descriptions with new lines.
- Responsive design to ensure usability on various screen sizes.
## Installation
To get started with this project, follow these steps:
1. Clone the repository:
```bash
git clone
github.com
```
2. Navigate to the project directory:
```bash
cd Acupressure
```
3. Open the `index.html` file in your preferred web browser.
## Usage
1. Open the `index.html` file in your web browser.
2. On the intro page, select whether you want to explore the leg or hand acupressure points.
3. Click on the numbers to view detailed information about each acupressure point.
## Contributing
We welcome contributions to enhance the functionality and features of this project. To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Add feature"
```
4. Push to the branch:
```bash
git push origin feature-name
```
5. Open a pull request on GitHub.