Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/bookstore
This app uses React and Redux
https://github.com/danifromecuador/bookstore
Last synced: 10 days ago
JSON representation
This app uses React and Redux
- Host: GitHub
- URL: https://github.com/danifromecuador/bookstore
- Owner: danifromecuador
- License: mit
- Created: 2023-05-12T23:02:47.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-05-19T15:07:46.000Z (over 1 year ago)
- Last Synced: 2025-01-02T09:13:11.031Z (18 days ago)
- Language: JavaScript
- Size: 380 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React BookStore
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**React BookStore** is a SPA that renders books from an API and it allows the user to add or remove books.
Client
- **This project uses ES6 and React library**
- **This project also uses an API**
- Step 1: Clone this project using this git comand "git clone", (if you don't have git installed please visit
https://git-scm.com/downloads and install it).
- Step 2: Once you have installed git you can clone this project using the command below:
```
git clone [email protected]:danifromecuador/bookstore.git
```
- Step 3: Once you have cloned this repo navigate to the folder that contains
the repository.
- Step 4: If you want to edit this project open it with your favorite text editor.
- Step 5: Run these commands in order to execute npm commands
```
npm install
npm start
```
👤 **Dani Morillo**
- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)
- The app will show extra user interactions with the books
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this Awesome Books project please give me a star for this repo!
I would like to thank to [Kyle](https://github.com/WebDevSimplified) from [webDevSimplified](https://courses.webdevsimplified.com/)
This project is [MIT](./LICENSE) licensed.