This is the first project of React Developer Nanodegree Programme. This project is basically a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. Also it has a feature to search various books and select and include them in your bookshelf.
- Clone/Download this repository's code
- Open your terminal and move to the directory containing the code
- Install all project dependencies with
npm install
- Start the development server with
npm start
and you are good to go
- Head to this link and enjoy...