Virtual bookcase to store your books and track what you're reading. Using the provided Books API, you’ll search for books and add them to a bookshelf.
To get started developing right away:
- install all project dependencies with
npm install - start the development server with
npm start
├── CONTRIBUTING.md
├── README.md - This file.
├── SEARCH_TERMS.md # The whitelisted short collection of available search terms for you to use with your app.
├── package.json # npm package manager file. It's unlikely that you'll need to modify this.
├── public
│ ├── favicon.ico # React Icon, You may change if you wish.
│ └── index.html # DO NOT MODIFY
└── src
├───assets # App graphic resources
│ ├───icons # Button icons
│ └───images # Background image and default cover
├───common # Shared components
├───home # Components only used to build the main page
├───search # Components only used to build the search page
├───utils # A JavaScript API for the provided Udacity backend and common JS functions
├── App.css # Styles for your app. Feel free to customize this as you desire.
├── App.js # This is the root of your app. Contains static HTML right now.
├── App.test.js # Used for testing. Provided with Create React App. Testing is encouraged, but not required.
├── icons # Helpful images for your app. Use at your discretion.
├── index.css # Global styles. You probably won't need to change anything here.
└── index.js # You should not need to modify this file. It is used for DOM rendering only.This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
I'm absolutely open to suggestions and contributions to my little project. If you want to contribute or make any comment, please contact me by email and I'll be happy to answer your queries.