Skip to content

Commit

Permalink
Update Tutorial-Learn-how-to-Implement-UI-Improvements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-2k3 authored Feb 27, 2025
1 parent c222768 commit d1d429c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tutorial-Learn-how-to-Implement-UI-Improvements.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ When working on UI-related issues at Oppia, it’s helpful to follow a step-by-s

By breaking the problem into smaller tasks, you’ll have a clearer starting point and avoid feeling overwhelmed.

4. **Experimenting and Iterating:**
4. **Experimenting and Iterating:**

Once you’ve identified the tasks, start solving them one by one. This process often involves a combination of experimentation and analysis.
What this looks like:
* Modify the code for one task and observe the changes.
Expand All @@ -95,7 +96,7 @@ When working on UI-related issues at Oppia, it’s helpful to follow a step-by-s

Remember, trial and error is part of the process, but staying methodical helps keep your efforts focused.

5. **Finalizing the Solution**
6. **Finalizing the Solution**

Once you’ve implemented the changes, it’s time to verify and refine:
* Test the updated UI to confirm it behaves as intended.
Expand Down

0 comments on commit d1d429c

Please sign in to comment.