MAHA is a powerful web application designed for manga enthusiasts, offering a seamless browsing experience through a modern interface.
Why MAHA?
This project simplifies manga content management while enhancing user engagement with its dynamic features. The core features include:
- 🎨 Dynamic User Interface: Provides a responsive and interactive experience for manga browsing using EJS.
- 🚀 Serverless Deployment: Configured with Vercel for efficient scaling and performance, allowing developers to focus on building.
- 📚 Pagination and Navigation: Implements intuitive pagination across views, ensuring easy access to chapters and content.
- 🔗 Integration with MangaDex API: Efficiently fetches and displays manga data, streamlining data retrieval for developers.
- ⚙️ Project Configuration: Manages dependencies with
package.json, ensuring compatibility with Node.js 18.x for a smooth setup.
This project requires the following dependencies:
- Programming Language: unknown
- Package Manager: Npm
Build MAHA from the source and intsall dependencies:
-
Clone the repository:
❯ git clone https://github.com/frnkgns/MAHA -
Navigate to the project directory:
❯ cd MAHA -
Install the dependencies:
Using npm:
❯ npm install
Run the project with:
Using npm:
npm start
Maha uses the {test_framework} test framework. Run the test suite with:
Using npm:
npm test