Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbclh/bookstore
Bookstore is a website that displays a list of books and allows you to add and remove a selected book from that list.
https://github.com/fbclh/bookstore
api react react-router redux rest
Last synced: 10 days ago
JSON representation
Bookstore is a website that displays a list of books and allows you to add and remove a selected book from that list.
- Host: GitHub
- URL: https://github.com/fbclh/bookstore
- Owner: fbclh
- License: mit
- Created: 2022-04-27T21:43:02.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-06T14:26:19.000Z (over 2 years ago)
- Last Synced: 2023-03-10T02:27:23.306Z (over 1 year ago)
- Topics: api, react, react-router, redux, rest
- Language: JavaScript
- Homepage: https://bookstore-fbclh.netlify.app
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore
Bookstore is a website that displays a list of books and allows you to add and remove a selected book from that list.
## Live Demo
[bookstore-fbclh.netlify.app](https://bookstore-fbclh.netlify.app/)
## Built With
- Create React App | Redux | React Router
## Getting Started
Clone
```sh
git clone [email protected]:fbclh/bookstore.git
```Run
```sh
cd bookstore
npm install
npm start
```## Authors
### Fabio Coelho
- GitHub: [github.com/fbclh](https://github.com/fbclh)
- LinkedIn: [linkedin.com/in/fbclh](https://www.linkedin.com/in/fbclh)## Contributing
Contributions, issues, and feature requests are welcome, feel free to check the [issues page](../../issues/).
## License
This project is [MIT](LICENSE) licensed.