Build me a basic webpage for my project using react and redux
Budget: $10 – $30 USD
I own a car business and need help to manage bills. Make it using react and redux store (no backend needed) and middleware. Also show the monthly billed amount.
Also I want to see the minimum amount of bills I should pay such that the total value does not exceed the monthly budget.Highlight the bills that must be paid.
Lets say monthly budgest is 5000.Data is provided in json format.
"bills": [
{
"id": 1,
"description": "Shoes"
"category": "Nikee",
"amount": “300000",
"date": "01-02-2020"
}
Also I want to see the minimum amount of bills I should pay such that the total value does not exceed the monthly budget.Highlight the bills that must be paid.
Lets say monthly budgest is 5000.Data is provided in json format.
"bills": [
{
"id": 1,
"description": "Shoes"
"category": "Nikee",
"amount": “300000",
"date": "01-02-2020"
}