An Atom Book Search app created using React, Redux, React Router, Material UI, Google Books API
To clone the project run below command
git clone https://github.com/RudraG4/atom-books.git
To install dependency run below command
cd atom-books
npm install
To build run below command
npm run build
To deploy the app locally run below command
npm install -g serve
serve -s build