Aklilu-Mandefro / Aklilu-Mandefro/budget-tracker-app-using-reactjs

Sample Issues to Contribute to This Project

Đang mở
#1 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
good first issue
Ngôn ngữ chính
JavaScript
Star
11
Fork
5
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**## Allow the user to edit the budget**

You'll notice that so far we have been using a hard coded value for the budget. Your first task is to add functionality that allows the user to edit the budget. Some tips to get started:

- You will need to add a text input that allows the user to enter a value for their desired budget.
- We store the budget in state, so you will need to dispatch an action with a new TYPE and a PAYLOAD that will update the state

**## Allow the user to search for an expense**
If the user has many expenses, it will be difficult to find the one they are looking for. Add a way for the user to search for the expense by name. Some tips to get started:

- You will need to add an input field which lets the user enter a value to search for.
- You'll have to add something to the ExpenseList component that filters the list from context based on this search value.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.