riwnlmk's Shelf is a personal collection and showcase platform for books and anime, along with a timeline feature to track reading and watching progress. It is designed as a clean, minimal, and organized shelf for recording experiences, reviews, and memories.
- Books
- A curated list of books with thumbnails, names, ratings, and reviews.
- Each book entry can include a short personal review.
- Anime
- A dedicated section to track anime watched.
- Includes thumbnails, titles, ratings, and quick impressions.
- Timeline
- A chronological record of reading and watching experiences.
- Helps visualize progress across books and anime.
- Built with HTML & CSS for a clean and responsive layout.
- Organized card-based design for Books and Anime.
- JavaScript used for interactivity (like review toggle).
├── assets
│ ├── riwnlmk.jpg
│ └── riwnlmk.png
├── css
│ ├── all.min.css
│ └── style.css
├── data
│ ├── anime.json
│ ├── books.json
│ └── posts.json
├── favicon
│ └── favicon.ico
├── index.html
├── js
│ ├── dataLoader.js
│ └── timeline.js
├── robots.txt
├── sitemap.xml
├── thumbnail
│ ├── anime
│ └── books
└── webfonts
├── fa-brands-400.woff2
├── fa-regular-400.woff2
├── fa-solid-900.woff2
└── fa-v4compatibility.woff2
Note
This project is mainly for personal tracking and exploration of reading and watching experiences. It’s not a public database but a curated personal shelf.
Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.