This is a bookstore app built with React & Redux.
With the Bookstore the following functions can be achieved:
- Add book,
- Remove book, and
- Filter books based on categories
- React
- Redux
- React Create App
- JavaScript (ES6)
- CSS 3
Here is a link to the demo page
Clone the repository to your local machine
$ git clone https://github.com/pelzolga123/Bookstore.gitchange directory into the directory
$ cd BookstoreInstall dependencies
$ npm installStart - build and run
$ npm run startIf it doesn't open automatically, open
http://localhost:3000using your browser.
👤 Olga Pelts
- Github: @pelzolga123
- LinkedIn: Olga Pelts
👤 Tunde Oretade
- Github: @tundeiness
- LinkedIn: Tunde Oretade
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/pelzolga123/Bookstore/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[feature-name])
- Create a new Pull Request
Give a ⭐️ if you like this project!
This project is MIT licensed.