A virtual bookshelf to list your books registered at Skoob. Skoob platform enables You keep a log of books that: You have read, You are reading or you want to read. However, it is only available for whom is signed up to the website.
My Bookcase enables share that books publicly (-;
First version is still in development, but will be available soon.
// Clone this repository
$ git clone git@github.com:willianribeiro/skoob-bookshelf.git
// Open folder and install dependencies
$ cd skoob-bookshelf && npm install
// Run application (http://localhost:3000)
$ npm start
- React - The framework used
This project is licensed under the MIT License - see the LICENSE.md file for details