This is a bookstore project built with ReactJS and Redux. Here the first step is building the ReactJS web app using local data and rendering them, adding them, or removing them. The next step is to replace local data with data from the server using Axios API preserving the same functionalities.
Stars
4
Forks
1
Watchers
4
Open Issues
1
Overall repository health assessment
^5.16.4^13.2.0^13.5.0^0.27.2^3.2.3^15.8.1^18.1.0^18.1.0^4.3.1^8.0.1^6.3.05.0.1^4.2.0^2.4.1^8.3.2^2.1.4^7.17.10^7.17.0^7.16.7^7.16.7^7.32.0^18.2.1^2.26.0^6.5.1^7.29.4^4.5.0^13.13.1^21.0.0^1.9.0^3.21.037
commits
Add fetchBookApiAction in books.js, and update NewBook.js to delete/remove book in api
e4cf9efView on GitHubAdd addBooksApiAction in books.js, and add changes in addBook.js to post/add book to api
060763fView on GitHubinstall axios, add changes on books.js and Books.js to render books from api
487b063View on GitHubMerge pull request #4 from aboongm/redux-in-react
e13daf5View on GitHub