Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vic778/bookstore
Bookstore is an app that allows you to display a list of added books, add new book and remove a book. It is built using React, Redux, and Styled Components
https://github.com/vic778/bookstore
Last synced: about 2 months ago
JSON representation
Bookstore is an app that allows you to display a list of added books, add new book and remove a book. It is built using React, Redux, and Styled Components
- Host: GitHub
- URL: https://github.com/vic778/bookstore
- Owner: vic778
- License: mit
- Created: 2022-01-24T11:36:58.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-20T03:24:37.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:13:35.097Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://render-book.netlify.app/
- Size: 2.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BOOKSTORE
![](https://img.shields.io/badge/Microverse-blueviolet)
> Bookstore is an app that allows you to :
- create a new book that should contain a title, author
- choose a category
- display list of books
- update progress
- delete a book![](https://github.com/vic778/Bookstore/blob/styles/src/screenshot/screen5.png)
![](https://github.com/vic778/Bookstore/blob/styles/src/screenshot/screen6.png)
## Built With- React
- DOM6
- localStorage
## Live Demo[Live Demo Link](https://render-book.netlify.app/)
## Author 1
👤 **Victor Barh**
- GitHub: [@Vvic778](https://github.com/vic778)
- Twitter: [@victoirBarh](https://twitter.com/)
- LinkedIn: [LinkedIn](https://linkedin.com/in/victoir-barh)## Getting Started
- run `npm install` to install all dependencies
- run `npm start` to run the server### Prerequisites:
- Web browser
- Code Editor
- Live Server Extension### Cloning the repo to your local system (If you already have git, installed in your system):
- [Copy this link](https://github.com/vic778/Bookstore)
- Open your terminal or command line
- Run "git clone [Paste this link](https://github.com/vic778/Bookstore)"
- Open the folder with your code editor
- Now You can edit the code and check the changes in the browser using Live Server### Check linter errors:
- Install npm
- For HTML: Run npx hint .
- For CSS: Run npx stylelint “**/*.css”
- for javascript Run npx eslint .## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Start by:
- Forking the project
- Cloning the project to your local machine
- cd into the Youtube-Replica project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a reviewFeel free to check the [issues page](), contribute to the Project by creating an issue.
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Project originally taken from The Odin Project
- Project inspired by Microverse Program
- Thanks for this Website Design "VCITOIR BARH"