Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellatif-laghjaj committed Jan 23, 2024
1 parent 69726ef commit 29fa843
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Make sure you have the following installed:
1. **Clone the Repository:**

```bash
git clone https://github.com/takitajwar17/Simple-Todo-List-Refactored.git
git clone git@github.com:abdellatif-laghjaj/todo-list.git
```

2. **Navigate to the Project Directory:**

```bash
cd Simple-Todo-List-Refactored
cd todo-list
```

3. **Open `index.html` in a Browser:**
Expand Down Expand Up @@ -116,16 +116,6 @@ The project follows a modular and organized structure to enhance readability, ma
- **Violation:** Original code lacked a clear structure for theme handling.
- **Refactoring:** Introduced a `ThemeSwitcher` class, applying the Singleton pattern for centralized theme management and persistence.

#### Previous UML:


<img src="https://github.com/takitajwar17/Simple-Todo-List-Refactored/assets/111155827/3bf12b6a-c237-4d66-b94e-da8ed5af5a85" width="500">

#### New UML:

<img src="https://github.com/takitajwar17/Simple-Todo-List-Refactored/assets/111155827/32a196a6-5a3d-4f0d-9582-9c4d1999d0d3" width="550">


### Class Responsibilities:

1. **TodoItemFormatter:**
Expand Down

0 comments on commit 29fa843

Please sign in to comment.