MangaLibra is a web application built with React, Tailwind CSS, and Vite, designed for browsing and searching manga.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/xaxeric/MangaLibra.git- Navigate to the project directory:
cd MangaLibra- Install dependencies:
npm installTo run the development server:
npm run devThis will start the application on http://localhost:3000.
To build the project for production:
npm run buildThis will generate a dist folder with the optimized production build.
- Browse a vast collection of manga.
- Search for specific manga titles.
- User-friendly interface built with React components.
- Stylish design with Tailwind CSS.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework.
- Vite: Fast and lightweight development server and bundler.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to the creators of React, Tailwind CSS, and Vite for their fantastic tools.
Happy manga reading with MangaLibra!