The Bookstore is a website similar to the "Awesome Books" website built in the previous module. We have created an MVP version of it that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
Home page
Additional description about the project and its features.
-
Major language (React & Redux)
-
- ReactJS
- CSS
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
$ git clone https://github.com/joskalenda/bookstore.git
$ cd bookstore
In the project directory, you can run:
$ npm start #to start the webapp
$ npm test #to run the testing
$ npm run build #to build the webapp
👤 Jos Kalenda
- GitHub: JosKalenda
- LinkedIn: JosKalenda
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.