Skip to content

saikatrahman07/Shelf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riwnlmk's Shelf

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.

Features

  • 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.

Technology

  • 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).

Structure

├── 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.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.

About

Moments captured through pages, screens and frames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.4%
  • CSS 35.2%
  • HTML 19.4%