Skip to content

benjamin21st/myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

Project Set up

To get started using right away:

  • install all project dependencies with npm install
  • start the development server with npm start

The server should be running at port 3000, you can visit localhost:3000 using any modern web browser.

Project structure

├── README.md
├── SEARCH_TERMS.md
├── build
│   ├── asset-manifest.json
│   ├── favicon.ico
│   ├── index.html
│   └── static
│       ├── css
│       │   ├── main.521aac3a.css
│       │   └── main.521aac3a.css.map
│       ├── js
│       │   ├── main.2d4caf83.js
│       │   └── main.2d4caf83.js.map
│       └── media
├── node_modules
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
└── src
    ├── App.js
    ├── components
    │   ├── book_item.js
    │   ├── book_library.js
    │   ├── book_shelf.js
    │   └── search_form.js
    ├── index.js
    ├── models
    │   └── BooksAPI.js
    ├── styles
    │   ├── App.css
    │   ├── icons
    │   │   ├── add.svg
    │   │   ├── arrow-back.svg
    │   │   ├── arrow-drop-down.svg
    │   │   └── book.svg
    │   └── index.css
    └── tests
        └── App.test.js

Contribute

Unfortunately the project doesn't support contributions right now, if you like the code, feel free to download it to your own computer.

License

This project uses some third party libraries, please refer to their license information if you have doubts. The rest of the project code is free for all usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published