Book Store app made using react and redux. It will help you organize and manage bookstore.
- React
- Redux
🔥 Demo
Clone the repo to your local machine
git clone https://github.com/DanielMitiku/bookstore.git
cd bookstore
Install npm
packages and start development server
npm install
npm start