|
1 | | -# LisBook - A Simple Audio Book Player |
| 1 | +# 🎧 LisBook - A Simple Audio Book Player |
2 | 2 |
|
3 | 3 | <div align="center"> |
4 | 4 |
|
5 | 5 |  |
6 | 6 |
|
| 7 | +[](https://github.com/Ctoic/Lisbook/stargazers) |
| 8 | +[](https://github.com/Ctoic/Lisbook/network) |
| 9 | +[](https://github.com/Ctoic/Lisbook/issues) |
| 10 | +[](https://github.com/Ctoic/Lisbook/blob/main/LICENSE) |
| 11 | + |
| 12 | +*Immerse yourself in the world of audiobooks with simplicity and elegance* ✨ |
| 13 | + |
7 | 14 | </div> |
8 | 15 |
|
9 | | -## Description |
| 16 | +--- |
| 17 | + |
| 18 | +## 📖 Description |
| 19 | + |
| 20 | +LisBook is a **beautifully crafted audiobook player** designed for book lovers who value simplicity and functionality. Transform your reading experience by listening to your favorite books in MP3 format with our intuitive and feature-rich player. |
| 21 | + |
| 22 | +> 🌟 **"Reading is dreaming with open eyes"** - LisBook makes that dream even more accessible! |
| 23 | +
|
| 24 | +### ✨ Key Features: |
| 25 | + |
| 26 | +<table> |
| 27 | +<tr> |
| 28 | +<td width="50%"> |
| 29 | + |
| 30 | +🎮 **Playback Controls** |
| 31 | +- ▶️ **Play/Pause**: Seamless audio control |
| 32 | +- ⏹️ **Stop**: Reset and restart anytime |
| 33 | +- ⏭️ **Chapter Navigation**: Skip between chapters effortlessly |
10 | 34 |
|
11 | | -LisBook is a straightforward audiobook player designed for simplicity and ease of use. With LisBook, you can listen to your favorite books in MP3 format. The app provides essential playback features such as play, pause, stop, and the ability to skip chapters. You can also adjust playback speed and volume to suit your listening preferences. |
| 35 | +</td> |
| 36 | +<td width="50%"> |
12 | 37 |
|
13 | | -### Key Features: |
| 38 | +⚙️ **Customization** |
| 39 | +- 🚀 **Speed Control**: Listen at your perfect pace |
| 40 | +- 🔊 **Volume Adjustment**: Perfect audio levels |
| 41 | +- 🎨 **Theme Options**: Personalize your experience |
| 42 | + |
| 43 | +</td> |
| 44 | +</tr> |
| 45 | +</table> |
14 | 46 |
|
15 | | -- **Play/Pause**: Start or pause your audiobook anytime. |
16 | | -- **Stop**: Stop the audio playback and reset the position. |
17 | | -- **Skip Chapters**: Easily navigate between chapters. |
18 | | -- **Change Speed**: Listen at your desired speed. |
19 | | -- **Change Volume**: Adjust the volume as needed. |
20 | | -- **Change Theme**: Personalize the appearance with different themes. |
| 47 | +LisBook is all about **simplicity and convenience**, making your audiobook journey smooth, customizable, and absolutely delightful! 🌈 |
21 | 48 |
|
22 | | -LisBook is all about simplicity and convenience, making your audiobook experience smooth and customizable. |
| 49 | +--- |
23 | 50 |
|
24 | | -## Screenshots |
| 51 | +## 📱 Screenshots |
| 52 | + |
| 53 | +<div align="center"> |
25 | 54 |
|
26 | 55 |  |
27 | 56 |
|
28 | | -## How to Contribute to LisBook During Hacktoberfest 🎉🎃🎃 |
| 57 | +*Experience the clean and intuitive interface of LisBook* |
| 58 | + |
| 59 | +</div> |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +## 🎃 Hacktoberfest Contribution Guide |
| 64 | + |
| 65 | +<div align="center"> |
| 66 | + |
| 67 | +### 🎉 **Join the LisBook Community!** 🎉 |
| 68 | +*We're excited to be part of Hacktoberfest and would love your contributions!* |
| 69 | + |
| 70 | +</div> |
| 71 | + |
| 72 | +### 🚀 Ways to Contribute: |
29 | 73 |
|
30 | | -We’re thrilled to be part of Hacktoberfest! You can join us in improving and growing LisBook by contributing during this event. |
| 74 | +| 🐛 **Bug Fixes** | 🎨 **UI Improvements** | ✨ **New Features** | 📱 **Mobile Responsive** | 📚 **Documentation** | |
| 75 | +|---|---|---|---|---| |
| 76 | +| Spot and squash bugs | Enhance design & UX | Implement cool features | Improve device compatibility | Clarify and improve docs | |
31 | 77 |
|
32 | | -### Ways to Contribute: |
| 78 | +### 🔧 Quick Start Guide: |
33 | 79 |
|
34 | | -- **Fixing Bugs**: Spot any bugs? Help us squash them! |
35 | | -- **Improving UI**: Have design ideas? Enhance the look and feel of LisBook. |
36 | | -- **Adding New Features**: Got ideas for new features? Feel free to implement them. |
37 | | -- **Mobile Responsiveness**: Help make LisBook more responsive on different devices. |
38 | | -- **Improving Documentation**: Good with words? Help us improve the clarity and quality of our documentation. |
| 80 | +```bash |
| 81 | +# 1. Fork this repository (click the Fork button above! ⭐) |
39 | 82 |
|
40 | | -### Steps to Contribute: |
| 83 | +# 2. Clone your fork |
| 84 | +git clone https://github.com/YOUR_USERNAME/Lisbook.git |
| 85 | +cd Lisbook |
41 | 86 |
|
42 | | -1. **Fork this Repository**: Click the "Fork" button at the top of this repository. |
43 | | -2. **Clone Your Fork**: Use `git clone` to clone your fork to your local machine. |
| 87 | +# 3. Create a new branch |
| 88 | +git checkout -b feature/your-amazing-feature |
44 | 89 |
|
45 | | -3. **Create a New Branch**: Create a branch for your changes. |
46 | | -4. **Make Your Changes**: Implement your changes and improvements. |
47 | | -5. **Commit and Push**: Commit your changes and push them to your forked repository. |
48 | | -6. **Open a Pull Request**: Go to the original repository, click on the "Pull Requests" tab, and open a new pull request. |
| 90 | +# 4. Make your changes |
| 91 | +# ... code, code, code ... 💻 |
49 | 92 |
|
50 | | -We will review your pull request and merge it if it aligns with the project goals. |
| 93 | +# 5. Commit and push |
| 94 | +git add . |
| 95 | +git commit -m "✨ Add amazing feature" |
| 96 | +git push origin feature/your-amazing-feature |
51 | 97 |
|
52 | | -### Hacktoberfest Tips: |
| 98 | +# 6. Open a Pull Request |
| 99 | +# Go to the original repo and click "New Pull Request" 🚀 |
| 100 | +``` |
53 | 101 |
|
54 | | -- Make sure your pull request follows the [Hacktoberfest Guidelines](https://hacktoberfest.com/participation). |
55 | | -- Be respectful and patient while waiting for your PR to be reviewed. |
| 102 | +### 🎯 Hacktoberfest Tips: |
56 | 103 |
|
57 | | -We’re excited to see your contributions and hope you enjoy being part of LisBook’s journey! |
| 104 | +- ✅ Follow the [Hacktoberfest Guidelines](https://hacktoberfest.com/participation) |
| 105 | +- 🤝 Be respectful and patient during reviews |
| 106 | +- 💡 Check existing issues for contribution ideas |
| 107 | +- 🎨 Feel free to suggest improvements! |
58 | 108 |
|
59 | | -## License |
| 109 | +--- |
60 | 110 |
|
61 | | -MIT License |
| 111 | +## 🌟 Our Amazing Contributors |
62 | 112 |
|
63 | | -## Author Info |
| 113 | +<div align="center"> |
64 | 114 |
|
65 | | -- Twitter - [@Ct0ic](https://twitter.com/Ct0ic) |
66 | | -- GitHub - [ctoic](https://github.com/ctoic) |
67 | | -- LinkedIn - [Ct0ic](https://www.linkedin.com/in/ct0ic/) |
| 115 | +### 💜 **Thank you to these wonderful people who made LisBook possible!** 💜 |
68 | 116 |
|
69 | | -## Contributors |
| 117 | +*Each contributor brings their unique skills and passion to make LisBook better for everyone* 🚀 |
70 | 118 |
|
71 | | -<!-- readme: contributors -start --> |
| 119 | +</div> |
| 120 | + |
| 121 | +<div align="center"> |
72 | 122 | <table> |
73 | 123 | <tbody> |
74 | 124 | <tr> |
@@ -323,4 +373,50 @@ MIT License |
323 | 373 | </tr> |
324 | 374 | <tbody> |
325 | 375 | </table> |
326 | | -<!-- readme: contributors -end --> |
| 376 | +</div> |
| 377 | + |
| 378 | +<div align="center"> |
| 379 | + |
| 380 | +### 🏅 **Hall of Fame** 🏅 |
| 381 | + |
| 382 | +[](https://github.com/Ctoic/Lisbook/graphs/contributors) |
| 383 | + |
| 384 | +*Each contributor has made LisBook more amazing! Thank you for being part of our journey.* 💜 |
| 385 | + |
| 386 | +**Want to join this amazing community?** [Start contributing today!](#-hacktoberfest-contribution-guide) 🚀 |
| 387 | + |
| 388 | +</div> |
| 389 | + |
| 390 | +--- |
| 391 | + |
| 392 | +## 📄 License |
| 393 | + |
| 394 | +This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details. |
| 395 | + |
| 396 | +--- |
| 397 | + |
| 398 | +## 👨💻 Author Info |
| 399 | + |
| 400 | +<div align="center"> |
| 401 | + |
| 402 | +**Created with ❤️ by Najam Ali Abbas** |
| 403 | + |
| 404 | +[](https://twitter.com/Ct0ic) |
| 405 | +[](https://github.com/ctoic) |
| 406 | +[](https://www.linkedin.com/in/ct0ic/) |
| 407 | + |
| 408 | +*Let's connect and build amazing things together!* 🤝 |
| 409 | + |
| 410 | +</div> |
| 411 | + |
| 412 | +--- |
| 413 | + |
| 414 | +<div align="center"> |
| 415 | + |
| 416 | +### 🎯 **Ready to start your audiobook journey?** |
| 417 | + |
| 418 | +**[⭐ Star this repository](https://github.com/Ctoic/Lisbook)** • **[🍴 Fork and contribute](https://github.com/Ctoic/Lisbook/fork)** • **[📖 Try LisBook now!](#-lisbook---a-simple-audio-book-player)** |
| 419 | + |
| 420 | +*Made with 💜 for the love of books and technology* |
| 421 | + |
| 422 | +</div> |
0 commit comments