The bookstore is a React app that gets and stores a book list in the API, it uses React as a front-end library and Redux for state management
- React
You need to have a browser and this tools installed:
- git
- Node
To get a local copy up and running follow these simple example steps:
$ git clone git@github.com:Ismailco/Bookstore.git
$ cd Bookstore
$ npm i
$ npm start
To build the production version:
$ npm run build
To run tests in terminal use:
npm test
👤 Ismail Courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: Ismail Courr
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is GPL-3.0 licensed.