Full responsive website displaying books fetched from Gutendex using ReactJs with TypeScript and Tailwind.
This project require some dependenscies to be installed, you can find the instructions below
To get a local copy, follow these simple steps :
-
Clone the repo
git clone https://github.com/AKASI1/Book-Store.git
-
go to project folder
cd Book-Store
-
install dependenscies
npm install
-
Start application
npm run start