Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

**React BookStore** is a SPA that renders books from an API and it allows the user to add or remove books.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **This project uses ES6 and React library**
- **This project also uses an API**

(back to top)

## 💻 Getting Started

- 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
```

(back to top)

## 👥 Authors

👤 **Dani Morillo**

- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)

## 🔭 Future Features

- The app will show extra user interactions with the books

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this Awesome Books project please give me a star for this repo!

(back to top)

## 🙏 Acknowledgments

I would like to thank to [Kyle](https://github.com/WebDevSimplified) from [webDevSimplified](https://courses.webdevsimplified.com/)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)