Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdgreat/books-store
This Bookstore allows you to: Display a list of books. Add a book. Remove a selected book.
https://github.com/peterdgreat/books-store
Last synced: 5 days ago
JSON representation
This Bookstore allows you to: Display a list of books. Add a book. Remove a selected book.
- Host: GitHub
- URL: https://github.com/peterdgreat/books-store
- Owner: peterdgreat
- Created: 2021-11-02T13:21:23.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2021-11-23T16:48:38.000Z (about 3 years ago)
- Last Synced: 2023-03-10T02:52:30.162Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://p-books.netlify.app/
- Size: 1.15 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Title
This Bookstore allows you to: Display a list of books. Add a book. Remove a selected book.
![](BookStore.png)## Live demo
[Bookstore](https://p-books.netlify.app)
## Built With- React
- CSS
- Boostrap
- Visual Studio Code
- Git & Github
## Getting Started
To get a local copy up and running follow these simple example steps.### Setup
* Open terminal
* Clone this project by command git clone(https://github.com/peterdgreat/books-store.git)
* Cd books-store### install
Run the following command to have all npm packages dependencies installed:npm install
### Usage
To start the webpack-dev-server, run the following command:
npm run start
## Authors
👤 **Ajayi Peter**
- GitHub: [@peterdgreat](https://github.com/peterdgreat)
- Twitter: [@dev_peter_O](https://twitter.com/dev_Peter_O)
- LinkedIn: [ajayipeter](https://www.linkedin.com/in/ajayipeter/)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc