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.
- Host: GitHub
- URL: https://github.com/dzenis-h/reactive-contacts__redux
- Owner: dzenis-h
- Created: 2021-06-16T17:46:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T12:17:02.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T05:57:15.085Z (5 months ago)
- Topics: javascript, react, react-redux, react-router, react-thunk, redux
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.
