The myRead application provide a simple way to keep track of books by placing them on the appropriate shelves. A book can be place on one of the three shelves, Currently reading, Want to read or Read. New books can be added on the desired shelf by performing a searching and placing the book on the shelf
- Track books on the Currently reading, Want to read and Read shelves
- Move books between shelves
- Search for new books and place them on the proper shelf
- git clone git@github.com:npacifique/myread-app.git
- cd myread-app
- install all project dependencies with
npm install
- start the development server with
npm start