Repository navigation
book-list
- Website
- Wikipedia
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...
Learning resources for Ruby, Rails, and related skills.
Books with Fortran code, other than textbooks, listed by subject
To Do app using HTML, Bootstrap and JavaScript
A site listing resources to learn Ruby, Rails, and related skills.
The Awesome Books project that has been refactored to use proper ES6 syntax & modules. It was built with HTML, CSS & vanilla JavaScript.
A front-end web app that uses LocalStorage to store and present entered data for the user's personal reading list. Built with vanilla JS.
This app authenticates with Timetonic's public API, allowing users to log in and view a list of books in a simple and intuitive interface.
Simple vanilla JavaScript app to add books to a list, also saves to localStorage
A simple book list application built using object-oriented design.
Object-Oriented JavaScript Front End Book List Web App.
Data Structures book list project. Takes a text file "booklist.txt" and inserts them into an AVL tree, using the book ISBN number as the key value for each node.
This is a small book list app. Where you can add and remove a book. It has localstorage system. So data will remain after browser is closed.