Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/redux-refactor
https://github.com/mauryiv/redux-refactor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/redux-refactor
- Owner: MauryIV
- Created: 2024-05-19T05:19:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T18:17:03.000Z (8 months ago)
- Last Synced: 2024-10-15T05:23:31.020Z (3 months ago)
- Language: CSS
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is an example of managing a global state using Redux, refactoring for Context API.## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## Installation
Will just need to run npm i for required installation.
## Usage
This code is best use as a reference.
## Visuals
![Screenshot 2024-05-30 at 12 08 45 PM](https://github.com/MauryIV/redux-refactor/assets/146037880/d5c2a92b-5c6f-4d4f-9948-0adffec94757)
![Screenshot 2024-05-30 at 12 09 19 PM](https://github.com/MauryIV/redux-refactor/assets/146037880/eb597362-cdb9-4fa5-aef8-d5801364962a)
![Screenshot 2024-05-30 at 12 09 34 PM](https://github.com/MauryIV/redux-refactor/assets/146037880/41871367-697f-4d2d-a9a8-bd655270dbd7)
## Tests
Tested in the localhost.
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Contributing
Always open to suggestions and ways to improve my code.
## Authors and Acknowledgment
The code was initially provided by DU Coding Bootcamp, along with the final overview.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.[back to top](#title)