Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lu-jim/bookstore
Bookstore is an MVP version that allows the user to store and display books
https://github.com/lu-jim/bookstore
Last synced: 10 days ago
JSON representation
Bookstore is an MVP version that allows the user to store and display books
- Host: GitHub
- URL: https://github.com/lu-jim/bookstore
- Owner: lu-jim
- License: mit
- Created: 2021-12-13T21:50:38.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-18T18:15:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T10:31:43.013Z (about 1 month ago)
- Language: JavaScript
- Size: 510 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Bookstore
Bookstore is an MVP version that allows the user to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## Built With- Javascript
- React & Redux
- Tailwind## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- Having a modern internet browser: I.E. Chrome, Edge, Safari, Firefox.
### Setup
- Go into the main page for this project: https://github.com/lu-jim/bookstore
- Click the green Code button next to the About section.
- Select the then click the 📋 button.
### Install
- Open your console and change the current working directory into the destination for this project.
- Type `git clone`, and then paste the URL copied in the Setup section.
- Type Enter to finish the installation process.
- Run `npm i` and after all the dependencies are installed run `npm start`### Live Version:
- [Netlify](https://affectionate-leavitt-595758.netlify.app/)## Authors
👤 **Luis Fernando Jimenez**
- GitHub: [@lu-jim](https://github.com/lu-jim)
- Twitter: [@lujimhe](https://twitter.com/lujimhe)
- LinkedIn: [@lujim](https://www.linkedin.com/in/lujim/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments- Microverse for the guidelines used for this project
- My SO and project manager, Mane
## 📝 LicenseThis project is [MIT](./LICENSE) licensed.