A React web app that renders a list of books and allows to perform several actions.
This is a web App built with React that allows users to:
- Display a list of books from API
- Add a book
- Remove a selected book
Features:
- Implemented React Router.
- HTML
- CSS
- JavaScript
- React
- Redux
- APIs
To get a local copy up and running follow these simple steps.
- Have git correctly installed.
- Have NPM and NodeJs correctly installed.
- Open a terminal window where you want to have installed a copy of the repository.
- Use this command to clone the repo:
$ git clone [email protected]:helio3197/bookstore.git
- Install the required dependencies:
$ npm install
- Run:
$ npm start
- Build:
$ npm run build
- Testing:
$ npm test
- Edit the content as you like.
👤 Kenny Salazar
- GitHub: @helio3197
- Twitter: @kennysalazar31
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Microverse for the guidelines.
This project is MIT licensed.