https://github.com/bashamega/ebookcraft
Ebook craft is an amazing way to create a fully customizable E-book using HTML and CSS. Also, you don't need to worry about the functionality, because Ebook Craft got you covered, and in the final version you can add more tools without coding!
https://github.com/bashamega/ebookcraft
ebook-collection ebook-manager ebooks looking-for-contributors nextjs opensource
Last synced: 8 months ago
JSON representation
Ebook craft is an amazing way to create a fully customizable E-book using HTML and CSS. Also, you don't need to worry about the functionality, because Ebook Craft got you covered, and in the final version you can add more tools without coding!
- Host: GitHub
- URL: https://github.com/bashamega/ebookcraft
- Owner: Bashamega
- License: mit
- Archived: true
- Created: 2024-01-22T11:03:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T04:21:03.000Z (about 1 year ago)
- Last Synced: 2024-10-21T17:52:50.078Z (12 months ago)
- Topics: ebook-collection, ebook-manager, ebooks, looking-for-contributors, nextjs, opensource
- Language: JavaScript
- Homepage: https://ebookcraft.vercel.app
- Size: 156 KB
- Stars: 7
- Watchers: 2
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Ebook craft BETA
About Us
Welcome to eBook Craft, your ultimate solution for crafting beautiful, customizable eBooks. Born from the vision of simplifying the eBook creation process, our tool is designed for writers, educators, publishers, and anyone in between who dreams of bringing their digital content to life in the form of an eBook.
Our Mission
Our mission is to democratize the creation of eBooks by making it accessible to everyone, regardless of their technical background. We believe in empowering creators with a tool that combines the flexibility of HTML and CSS with the simplicity of a user-friendly interface. This allows for the creation of professional-quality eBooks that stand out in the digital world.
## How It Works
E-Book Craft leverages the power of HTML and CSS, the building blocks of the web, to give you unparalleled control over the layout and design of your eBooks. Whether you're looking to create a simple text-based eBook or a complex interactive digital publication, our tool provides the flexibility you need. And the best part? You can add more tools and features to your eBook without any coding required.
## Features and Benefits
Customizable Designs:
- Use HTML and CSS to customize every aspect of your eBook, from typography to layout, without compromising on quality or aesthetics.
- No Coding Required: Add interactive tools, multimedia elements, and more to your eBook with our easy-to-use interface — no coding knowledge needed.
- Cross-Platform Compatibility: eBooks created with eBook Craft are compatible across a wide range of eReader devices and software, ensuring your audience can enjoy your content, no matter how they choose to read it.
- User-Friendly Interface: Our platform is designed with ease of use in mind, making eBook creation accessible to creators of all skill levels.
- Continuous Updates and Support: We're constantly updating eBook Craft with new features and tools to keep up with the evolving needs of eBook creators. Our support team is always on hand to help you with any questions or issues.## Join Our Community
At eBook Craft, we're more than just a tool; we're a community of passionate creators who believe in the power of digital publishing. Whether you're publishing your first eBook or your hundredth, we're here to support you every step of the way. Join us and start creating eBooks that captivate, inform, and inspire.
## Getting started
There is two ways to get started the first way is by cloning the repository and the other way is by click this download zip link.
### Follow these steps to set it up locally
1. Click on the use template button and create a new repository then follow the Github instructions .
2. open the terminal and run:
```
git clone https://github.com/username/ebookCraft
```
3. Navigate to the directory:
```
cd ebookCraft
```
4. Install the packages
```
npm i
```
or
```
yarn add
```
5. Start the port
```
npm run dev
```
And you are all done!## Setting up the e-book preferences
First open the project and go to the `settings.json` in the `src/pages/setting` folder, there you will find all the settings needed for the E-book.
Then you can jump to the `language.json` file to edit the words to suit you.
At last you can jump into the `customize.sass` file to edit the colors.
And this is how you can set up the repoWarning
Do not delete any variable of item in the files it can cause damage the the ebook.