Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 731 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 731 Bytes

This is a book tracking application implemented for the final assessment project for Udacity's React Fundamentals course, developed by React Training. Users can search for books, and then they can classify the books in different shelves, so they can track their progress reading the book.

Installing

1. git clone https://github.com/eduzol/react-books
2. npm install
3. npm start

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.