MyReads is a Udacity Front-End Web Development project
This was built as part of the Udacity Front-End Web Development Nanodegree so as to gain a better understanding of the key concepts that has been used in the process of building this project.
The project which was given to us had a starter code attached so we could just focus on understanding and completing the React part of the project. An example of HTML and CSS code was provided as part of the package.
-
Download as .zip file or clone this project
-
Install all project dependencies with npm install
-
Start the development server with npm start
-
The books are divided into three categories: Currently Reading, Want to Read and Read
-
If you need to change a book's category or remove a book from the main page, click on the green button on the book cover
-
If you want to add new books, click on the green plus(+) button at the bottom of the main page. Enter an author's name or subject and the results will pop up.