Skip to content

Commit

Permalink
week 3 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeker committed Feb 11, 2024
1 parent 6ad731f commit 0d4b7cd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _posts/2023-02-10-week03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
title: Week 3 - Code of Conduct
---

<!-- Comment on the git exercises we did in class. Comment on the work with your team and progress you have made towards your first browser extension (what are some problems the group is facing, what good things happened, how do you fit into the collaboration, what are your biggest contributions) -->


### Git Exercises
I appreciated our review of git basics. Previously, my understanding of git was pieced together through various oneline searches through trial and error. Having a structured overiew in class provided clarity and a better foundation I can refer back to when needed.

<!--more-->


### Firefox Browser Extension

Our team successfully completed our Firefox browser extension, Find N Replace. The extension allows users to find specific text on a webpage and replace it with alternative text. Throughout the development process, we encountered various problems, from collaborating on the same files, to working out the logic of finding and replacing text. We had difficulty extracting text from the page and being able to share that with the popup. And after we figured that out, had issues with it working more than once.


I took the lead in implementing the popup interface, helping debug, and refining the codebase. Our group communicated effectively and collaborated efficiently. I learned a great deal from both research and the support of my teammates. Overall, I'm pleased with the progress we've made and our contributions to creating an open-source browser extension.




Empty file removed hello.txt
Empty file.

0 comments on commit 0d4b7cd

Please sign in to comment.