Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhussen/book-store
Bookstore is a website that allows you to display a list of books, add a book, remove a selected book, and follow your progress. built with React.js
https://github.com/binhussen/book-store
react redux tailwind
Last synced: 21 days ago
JSON representation
Bookstore is a website that allows you to display a list of books, add a book, remove a selected book, and follow your progress. built with React.js
- Host: GitHub
- URL: https://github.com/binhussen/book-store
- Owner: binhussen
- Created: 2022-09-14T13:10:37.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-20T16:48:14.000Z (about 2 years ago)
- Last Synced: 2023-05-05T19:37:39.717Z (over 1 year ago)
- Topics: react, redux, tailwind
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Book-Store
> The Bookstore is a website that allows you to Display a list of books, Add a book, Remove a selected book and follow your progress. built with React.js
## Live Demo
[Live link here](https://binhussen.github.io/book-store/)
## Built With
- ReactJs
- Javascript
### Technologies used
- Create react App, Git and linters (react-redux).
## Getting StartedTo get a local copy up and running follow these simple example steps.
### Prerequisites
- A Browser
- A version control software like git
- A text editor
- nodejs## Setup
To get a local copy up and running you'll need to have [NodeJS](https://nodejs.org/en/download/) installed on your local machine.
### Install
After installing NodeJS please follow the next steps...
### Usage
-- To clone this project use:
```bashgit clone https://github.com/binhussen/book-store.git
```
-- for installing dev dependecies use:```bash
npm install
```
-- to run the project use:
```bash
npm start
```
-- After installing the dependencies you can run tests using this command:
```bash
npm run test
```
## Author
👤 **Mohammed Hussen (binhussen)**
- GitHub: [@binhussen](https://github.com/binhussen)
- Twitter: [@binhussens](https://twitter.com/binhussens)
- LinkedIn: [Linkedin](https://www.linkedin.com/in/binhussen/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE.md) licensed.