From b168283fbce265d2507aa86f0e377a6016824ade Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Sat, 18 Feb 2023 19:52:21 +0100 Subject: [PATCH] Add links to ReactJS Dark mode and Emoji documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8751dce..8c255d8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Bootstrap: `npm install bootstrap` Routing: `npm install react-router-dom` +Dark mode: [https://www.makeuseof.com/how-to-add-dark-mode-to-a-react-application/](https://www.makeuseof.com/how-to-add-dark-mode-to-a-react-application/) + +Emoji component: [https://medium.com/@seanmcp/%EF%B8%8F-how-to-use-emojis-in-react-d23bbf608bf7](https://medium.com/@seanmcp/%EF%B8%8F-how-to-use-emojis-in-react-d23bbf608bf7) + --- # Getting Started with Create React App