From 65d62f9c9156b76c3456fbe43ce5d6a3a0546b7f Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Tue, 16 Jun 2026 23:04:50 -0600 Subject: [PATCH] Update README with homework instructions Added instructions for homework submission and testing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acd4587e2..8a0db8959 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ Split the `App.js` into components based on CSS blocks. CSS code should be split - Implement a solution following the [React task guideline](https://github.com/mate-academy/react_task-guideline#react-tasks-guideline) - Open one more terminal and run tests with `npm test` to ensure your solutions is correct - Replace `` with your Github username in the [DEMO LINK](https://.github.io/react_decompose/) and add it to the PR description +-This is just for the homework