Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtekle/bookstore-cms
Bookstore is a website to manage collection of books. It is a Single Page App (SPA) that allows you to display list of books, add new book and remove a selected book.
https://github.com/gtekle/bookstore-cms
axios css react react-router redux
Last synced: 7 days ago
JSON representation
Bookstore is a website to manage collection of books. It is a Single Page App (SPA) that allows you to display list of books, add new book and remove a selected book.
- Host: GitHub
- URL: https://github.com/gtekle/bookstore-cms
- Owner: gtekle
- Created: 2022-02-21T12:16:47.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-24T20:46:59.000Z (over 2 years ago)
- Last Synced: 2023-03-08T10:12:06.826Z (over 1 year ago)
- Topics: axios, css, react, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 2.52 MB
- Stars: 2
- 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)
# Bookstore CMS
Bookstore is a website to manage collection of books. It is a Single Page App (SPA) that allows users to:
- Display a list of books.
- Add a book.
- Remove a selected book.## Built With
- React, Redux, React-Router, JavaScript, and CSS
## Live Demo
- [live link](https://bookstore-cms-tek.netlify.app/)
## Getting Started
- Install Node.js ^12.13
- clone the repository by running\
`git clone https://github.com/gtekle/bookstore-cms.git`
- navigate to the folder\
`cd bookstore-cms`
- Install packages\
`npm install`
- run the application\
`npm start`## Author
👤 **Tekle Gebreyohannes**
- GitHub: [@githubhandle](https://github.com/gtekle)
- LinkedIn: [LinkedIn](www.linkedin.com/in/tekle-gebreyohannes-kidanemariam-7605752b)## 🤝 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!
## Acknowledgments
- [Microverse Inc](https://www.microverse.org/)
- React Circular Progressbar component is developed by [Kevin Qi](https://github.com/kevinsqi/react-circular-progressbar)## 📝 License
This project is [MIT](./MIT.md) licensed.