A website to browse for IT, Programming and Computer Science Books. found at: https://itbooks.netlify.com/
- React
- redux, react-redux, redux-thunk
- Bootstrap
- axios
- IT Bookstore API to fetch data found at: https://api.itbook.store/
To clone this project and start it, open a terminal and follow this steps:
git clone https://github.com/redasalmi/it-books.git
cd it-books
npm install
npm start
Note:
npm install
will install all the dependencies needed to run the project on your computer.
npm start
will open your default browser and start the website on your localhost.