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

Sample Issues to Contribute to This Project

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue
主要言語
JavaScript
スター
11
フォーク
5
PR マージ指標
30日以内にマージされた PR はありません

説明

**## 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。