Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cindydorantes/bookstore
https://github.com/cindydorantes/bookstore
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cindydorantes/bookstore
- Owner: CindyDorantes
- Created: 2022-08-20T18:14:38.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-05T15:32:50.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:28:22.649Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 4
- 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
The Bookstore is a website similar to the "Awesome Books" website built in [this project](https://github.com/CindyDorantes/Awesome-books). An MVP version of it has been created, it allows to:
- Display a list of books.
- Add a book.
- Remove a selected book.By building this application, React and Redux have been practiced.
## Built With
- React
- Deployed with netlify
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).## Live Demo
[Live Demo Link](https://book-store-1088.netlify.app)
## GETTING STARTED
Clone this repo : https://github.com/CindyDorantes/Bookstore.git
After cloning this project, run the following commands:
```markdown
npm install
npm start
```The `npm install` command installs all dependencies used in the project while `npm start` is used to start the development server and view the application on the browser.
## Authors
π€ **Cindy Dorantes**
- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes SΓ‘nchez](https://www.linkedin.com/in/cindydorantessanchez/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CindyDorantes/Bookstore/issues)
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- Thanks to Microverse and my learning partners for their help and support.
## π License
This project is [MIT](./MIT.md) licensed.