Skip to content

rayCoder08/book-notes-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Raymond Mi Date: 08-05-2025 Description: A project that keeps track of book notes I have created, with ratings and descriptions. Users can sort books by rating or by recency, either descending or ascending.

Instructions for use:

  1. Install Node.js if you haven't already. Then, install bash for the terminal. Open up a bash terminal.
  2. Install the relevant npm packages using the command "npm i".
  3. cd into the current folder (titled "Book Notes")
  4. Type "node index.js" to run the website using Node, or "nodemon index.js" to run the website using Nodemon.
  5. Open up a browser, and navigate to "http://localhost:5000". You should see the website load!

About

Using the Open Library Covers API and Node.js, my book notes website lists some of the books I read in 2025 along with cover images (retrieved from the API using the book's ISBN number). It also contains my opinions about them formatted into rounded boxes using CSS grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors