Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/redux-store
https://github.com/mauryiv/redux-store
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/redux-store
- Owner: MauryIV
- Created: 2024-05-25T17:30:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T03:46:48.000Z (7 months ago)
- Last Synced: 2024-10-15T05:23:30.977Z (3 months ago)
- Language: JavaScript
- Size: 791 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. Just slightly more elaborate for the last example. [Deployed Site](https://redux-store-py7a.onrender.com)## 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-06-15 at 6 48 15 PM](https://github.com/MauryIV/redux-store/assets/146037880/d30241bb-efd6-46db-8c39-ff7fdcf9e359)
![Screenshot 2024-06-15 at 6 48 23 PM](https://github.com/MauryIV/redux-store/assets/146037880/a09cf42d-960b-424c-961f-7759270ba624)
![Screenshot 2024-06-15 at 6 48 34 PM](https://github.com/MauryIV/redux-store/assets/146037880/7d5e0215-9975-40f3-9197-ebbd1388d24d)
## 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)