Attrash-Islam / MasterSchool_106_myreads

Course project for React Fundamentals course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

After forking and cloning the repo, cd starter/ to go to the starter directory, and run the following command:

npm install

And to run the app:

npm start

Overview

Udacity's React final project, "MyReads".

Using the provided workspace template, and making it functional:

  • The project includes the ability to list pages under 3 categories ("Currently Reading", "Want To Read" and "Read").
  • A search page allows adding more books.
  • A book can be moved to a different category list, or removed entirely.

Source

Credits

  • Special thanks to Dan Rees for clarifying about Udacity's search functionality.

Additional resources

Modified files

(components have the *.js suffix as requested in Udacity's gudielines)

  • src/App.js- adding functionality and breaking down to components
  • src/Components.js- React component for Bookshelf and Book

About

Course project for React Fundamentals course

License:Other


Languages

Language:JavaScript 60.9%Language:CSS 26.6%Language:HTML 12.4%