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

https://github.com/dzenis-h/reactive-contacts__redux

I have an app that lets you keep track of contacts and manipulate them. It uses the Context API. This version takes advantage of Redux to do the same.
https://github.com/dzenis-h/reactive-contacts__redux

javascript react react-redux react-router react-thunk redux

Last synced: about 2 months ago
JSON representation

I have an app that lets you keep track of contacts and manipulate them. It uses the Context API. This version takes advantage of Redux to do the same.

Awesome Lists containing this project

README

          

##
# 📖 Reactive Contacts Redux

## 📝 About

Reactive Contacts Redux is an app that lets you keep track of contacts and manipulate them. It uses the Context API. This version takes advantage of Redux to do the same.

## 💻 Technologies

| Name | Description |
| --- | --- |
| [React](https://reactjs.org/) | A JavaScript library for building user interfaces |
| [Redux](https://redux.js.org/) | A predictable state container for JavaScript apps |
| [React Router](https://reactrouter.com/) | Declarative routing for React |
| [React Redux](https://react-redux.js.org/) | Official React bindings for Redux |
| [Redux Thunk](https://github.com/reduxjs/redux-thunk) | Thunk middleware for Redux |

## 🔧 Installation

1. Clone the repository: `git clone https://github.com/dzenis-h/reactive-contacts__redux.git`
2. Install dependencies: `npm install`
3. Start the app: `npm start`

## 📜 License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

![App Screenshot](https://drive.google.com/uc?id=1aVwbgXbQEww9Qv7FT7l0SBxQtT0oFoPY)