Giter Site home page Giter Site logo

redstrike / booklist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arackaf/booklist

0.0 2.0 0.0 43.11 MB

A fully-functioning book tracking website—my own LibraryThing, basically.

JavaScript 41.68% HTML 0.17% TypeScript 38.51% CSS 0.06% SCSS 5.73% Svelte 13.87%

booklist's Introduction

booklist

A web app to track your book collection, currently hosted at https://mylibrary.io/

I made this to help me learn and try out modern web dev tools I'm interested in, and to track my own library. Progress is limited to whatever time I can find, so of course pieces may be incomplete or not perfectly polished. Currently you can scan your books, which are looked up via the GoodReads API, or manually enter them if they're not found. Books can be searched, including tagging with hierarchical subjects; there's also some crude data visualizations (made with D3) and a way to find book recommendations based on similarity searches agains a set of books you select. Public (read-only) access to your library can also be opted into—mine here here. Most recently I've started enabling offline functionality via IndexedDB and Service Worker.


I initially made this with the goal of creating iterations of the app with React, Angular, Aurelia, etc. So far I've felt no desire to leave React or stop iterating on the (single) React version. Nonetheless, it's designed so that all iterations will share the same data, data access, etc. The few controllers left are sniffed out and wired with my easy-express-controllers library, though at this point most of the backend is implemented with GraphQL via my mongo-graphql-starter and micro-graphql-react projects. Data is stored in Mongo, and all book info is looked up with the GoodReads API, subject to an unfortunate one-request-per-second limit.

The current React iteration uses TypeScript and vanilla Hooks, and is in the react directory.

Future iterations may potentially look at ... whatever is thriving whenever the React version is done, if it ever is...

booklist's People

Contributors

arackaf avatar dependabot[bot] avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.