(Replace this with your project logo or relevant image)
KitabApps is a comprehensive library of historical Arabic books, providing a rich collection of literary and scholarly works. This project aims to preserve and make accessible a diverse range of Arabic texts from different historical periods.
- Extensive Collection: Browse through a vast repository of historical Arabic books.
- Search Functionality: Easily search for specific books or topics of interest.
- User-Friendly Interface: Intuitive design for a seamless user experience.
- Responsive: Accessible on various devices, ensuring a consistent experience.
To get started with KitabApps, follow these steps:
-
Clone the Repository:
git clone https://github.com/sohailmerchant/kitabapps.git
-
Install Dependencies:
cd kitabapps npm install # Or use yarn if preferred
-
Run the Application:
npm start
- Access the Application:
Open your web browser and navigate to http://localhost:8080.
To build the file for gh-pages, follow these steps:
-
Install Github Pages:
npm install gh-pages
-
Add Scripts Inside package.json File:
"predeploy": "npm run build", "deploy": "gh-pages -d build",
-
Build And Publish: try to build the app with
npm run build
then run this code:
npm run deploy
-
Live Link:
You will get the live link at this location - https://your-github-username.github.io/repo-name/
We welcome contributions to enhance the library and improve its features. To contribute:
Fork the repository.
Create a new branch for your feature: git checkout -b feature-name.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature-name.
Submit a pull request.
If you encounter any issues or have suggestions, please open an issue. We appreciate your feedback! License - https://github.com/sohailmerchant/kitabapps/issues/new
This project is licensed under the MIT License - see the LICENSE file for details.