Search for book titles and store them on rows of shelves with their own titles, 'currently reading, finished reading, and wish to read'
In order to install and use this project you must run two commands in the console.
- npm install
- npm start
These two commands will install all of the dependencies needed for this project and will start the server
- npm/yarn
- 0.1.0
- The first proper release
Your Name – @br1xxx –
https://github.com/Brienyll/my-books
- Fork it (https://github.com/Brienyll/my-books/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request