studiojms / react-budget-redux-saga

Budget app created using React, redux and redux-saga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Budget app with Redux and Redux Saga

This app was created to learn more about redux and redux-saga

How to run this project

To run this project in development mode, just run

  • NPM
npm install
npm run dev
  • Yarn
yarn
yarn dev

The application will be available at http://127.0.0.1:5173/

About

Budget app created using React, redux and redux-saga


Languages

Language:TypeScript 98.2%Language:HTML 1.8%