"This Project is for educational purposes only, so I'm begging you TO NOT use this project as commercial use whatsoever."
MangaVUE is an Online Manga Reading App, built using VueJS and TailwindCSS. The data used for this project is from Komiku.id, with the help of API from manga-api by Febry Adriansyah.
This project will always work as long as the API doesn't change. And also if you find error message that says "...sorry we're not able to retrieve blah blah blah..." that means the API request is failed or the main server is down or whatnot.
You can see the live demo here : https://mangavue.vercel.app
- Clone this repository using
git clone
command (or just download thezip
version). - Navigate to Project Directory. Project setup using
npm
.$ npm install
- Compiles and hot-reloads for
development
$ npm run serve
- Compiles and minifies for
production
$ npm run build
- Lints and fixes files
$ npm run lint
- Responsive
- Make Manga Chapter Image Zommable on Desktop screen
- Adding more animation
- Navigate Between Manga Chapter
- Error Handling
As you can see MangaVUE is under MIT License