22/06/2018
My first project from Udacity react nanodegree .
A bookshelf app that allows user to select and categorize books as you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
This was built for the Udacity React Nanodegree Program. It's the first of three final projects, and the main objective is apply everything you had learned in the React module.
Check the code at https://github.com/nunosoares27/rn_reads/blob/master/README.md
A React.js bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. This project is integrated in ...