This project is a simple articles management application built using JavaScript. It utilizes a Redux Saga to manage the state of articles within the application. The primary functionality includes fetching articles and storing them in the application's state.
- Fetch articles from firebase.
- Store and manage articles in the application state using Redux.
- Easy to extend and integrate with other components.
- JavaScript
- Redux Saga / context api /provider (for state management)
To get started with this project, follow the steps below:
Make sure you have the following installed:
- Node.js
- npm (Node package manager)