Cametendo d0abb98048 Revise README content and formatting
Updated the README to improve clarity and formatting.
2026-02-27 15:22:12 +01:00
2026-02-23 14:52:44 +01:00
2026-02-27 15:22:12 +01:00

devil-fruit-encyclopedia

An encyclopedia about One Piece devil fruits build with HTML, CSS and JS

License: MIT Status

About

A simple and small encyclopedia about the One Piece devil fruits built with HTML, CSS and JS.
SPOILER-WARNING: THIS WEBSITE WILL SPOILER MANY FRUITS AND DETAILS RELATED TO EACH FRUIT! VISIT AT YOUR OWN RISK!!

Requirements

  • Web-Browser: Firefox (recommended), Chrome / Chromium, Safari (on MacOS)
  • JavaScript: enabled
  • Internet: active connection

Usage

  • View fruits: Users can view existing fruits (f. e. the "gomu gomu no mi", the Gum-Gum fruit)
  • Add fruits: Users can add fruits (f. e. the "bara bara no mi", Chop-Chop fruit)
  • Update fruits: Users can update fruits (those they added themself) to add / remove details
  • Delete fruits: Users can delete fruits they added

Supported OS (Operating System)

  • Linux, MacOS, FreeBSD, Windows, Android, iOS (TL;DR: every OS that supports a web-browser with javascript)

Access

You can access the website in two ways. Self-hosted (git clone) or directly via devilfruits.cametendo.org.

Self-hosted

  1. Clone this repository onto your device
  2. Open the root folder of the repository (/path/to/the/repo/devil-fruit-encyclopedia) in a terminal
  3. Create a localhost with python -m http.server 8000 (requires python3 to be installed)
  4. Open your preferred web-browser and go to: http://localhost:8000 or http://127.0.0.1 (works on all

License and Credits

Author: Cametendo
License: MIT

Note

This is just a small school project. Because of that, I don't know if I'll continue after presenting the end result

  • Cametendo
Description
No description provided
Readme MIT 270 KiB
Languages
HTML 63.7%
CSS 36.3%