loveBook is a web app for reading novels and other books. If you think it's okay, you are welcome to fork and star. I have recently been following the TV series Battle of the Sky, and I always heard someone say on the subway when I was off work that the books of Battle of the Sky are better than the TV series, so I wanted to get a web app for reading books, so that I can enjoy reading e-books on my mobile phone. After searching for a long time, I found that only the API for the Book Chasing Artifact was exposed, and APIs such as Qidian could not be found.
Popular modules - popular for boys, popular for girls, and three free parts for female channels
Classification module-boys, girls, publishing three parts
Classification details module - divided into popular, new books, positive reviews, completed, monthly subscription, divided into all according to the content of the novel, Eastern fantasy, alien continent, alien hegemony, ancient mythology
Book details module - contains some basic information and introduction to the book, book catalog entry, popular book reviews, similar recommendations, including the function of adding to the bookshelf, and reading now
Book catalog module-contains how many chapters in total, chapter order (flashback)
Similar recommendation list module
Reading module - includes table of contents, day and night reading mode, as well as font adjustment and book background color settings
Bookshelf module - includes adding to the bookshelf display and storing the last reading place
Search module - includes hot search content and historical search content, as well as clearing historical search content
2018.10.17
Complete popular modules
Complete category list
Complete book details
2018.10.21
Complete the classification module
Complete chapter table of contents
Complete reading module
2018.10.24
Complete bookshelf module
2018.10.25
Complete fuzzy search function
Clear search history function
Fixed bug: error returned when reading chapters after deployment
Project operation
git clone https://github.com/saucxs/loveBook
cd loveBook
npm install
npm run dev(本地运行 访问:http://localhost:8083)
npm run build (部署上线 生成的dist文件夹放到服务器中即可:需要配置代理,如使用nginx,可参考下面问题中的配置)
Project screenshots
etc.
illustrate
【1】loveBook adds business logic based on the structure_webApp architecture.
[2] Use cordova to encapsulate the hybrid androidApp-loveBook, based on the encapsulation of this project application.