Let's build something legendary together.

MyReads App

MyReads App

React Js

Project

Overview

This was an assessment for my Udacity React Nanodegree program. The user can select any book from a library of books, and add it to his book list - either as Read, Currently reading or Want to read. If he navigates back to the library, the state of any book in the library that he as well has in his list should be the same. The state management was done purely with reacts usestate hook; no external library.
I learnt how to effectively manage state from a parent component using the usestate hook.

Technologies

React Js

CSS

Back