Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oybekkayumov/m3-bookstore
The Bookstore is a website allows you to: Display a list of books, Add a book, Remove a selected book. Built using React and Redux.
https://github.com/oybekkayumov/m3-bookstore
api css3 html5 javascript linters react redux
Last synced: 19 days ago
JSON representation
The Bookstore is a website allows you to: Display a list of books, Add a book, Remove a selected book. Built using React and Redux.
- Host: GitHub
- URL: https://github.com/oybekkayumov/m3-bookstore
- Owner: OybekKayumov
- Created: 2022-04-28T03:16:54.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-05-05T03:37:15.000Z (over 2 years ago)
- Last Synced: 2024-10-02T14:41:33.468Z (about 1 month ago)
- Topics: api, css3, html5, javascript, linters, react, redux
- Language: JavaScript
- Homepage:
- Size: 991 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Book Store
This is a website to display a list of books using an API, we can also add new books and removing it.
![image](https://user-images.githubusercontent.com/85465559/166859956-e9f6eeb5-22cb-45c2-af05-cdf37430668a.png)
## Built With
- HTML
- CSS
- React
- Redux
- Netlify## Live Demo
[live link netlify](https://m3-bookstore.netlify.app/)
## Getting Started
start by cloning the repository.
`git clone https://github.com/OybekKayumov/m3-bookstore.git`
cd to the folder.
`cd m3-bookstore`
install all the dependencies.
`npm install`
run the live server
`npm run start`
go to [http://localhost:8080](http://localhost:3000)
build the distribution folder before hosting the app
`npm run build`
after the build you can host the `build` folder.
## Author
👤 **Oybek Kayumov**
- GitHub: [@OybekKayumov](https://github.com/OybekKayumov)
- Twitter: [@KayumovOybek](https://twitter.com/KayumovOybek)
- LinkedIn: [Oybek Kayumov](https://www.linkedin.com/in/oybek-kayumov-54a8485b/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/OybekKayumov/m3-bookstore/issues).
## Show your support
Give a ⭐️ if you like this project!