Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubydevi/react-redux-api

Demonstrate how to connect `async` logic to interact with a `Redux` store when fetching data from an external API.
https://github.com/rubydevi/react-redux-api

Last synced: about 4 hours ago
JSON representation

Demonstrate how to connect `async` logic to interact with a `Redux` store when fetching data from an external API.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)

- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 React Redux API

You can get access to a list of random users in this website which is fetched from [Random Users API](https://randomuser.me/api/?results=5) using react and redux.

### Tech Stack

Client


  • HTML and CSS

  • JavaScript

  • React and Redux

### Key Features

- **React App**
- **Redux Toolkit**
- **React-Redux Fetch API**

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
1. git
2. VS Code or any code editor
3. npm intalled

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:rubydevi/react-redux-api.git
cd react-redux-api
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run this project in the browser, run the code below on your terminal:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npx stylelint "**/*.{css,scss}"
```

```sh
npx eslint "**/*.{js,jsx}"
```

(back to top)

## 👥 Authors

👤 **Chongtham Ruby Devi**

- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)

(back to top)

## 🔭 Future Features

- CRUD Operations.
- SPA Forms.
- Styling

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/rubydevi/react-redux-api/issues).

## ⭐️ Show your support

If you like this project please leave a star, I'd really appreciate it.

(back to top)

## Acknowledgments

- I'd like to thank Microverse for this wonderful README template.

## 📝 License

This project is [MIT](https://github.com/rubydevi/react-redux-api/blob/main/LICENSE) licensed.

(back to top)