1. Get saved theme from Local Storage and set current theme to main page #5 2. Same but for DetailPage (exact country Page) https://github.com/glocker/REST-countries-API/commit/f689f03b8814f714b56a93541421830067251568 Helped me: https://dev.to/nas5w/toggling-light-dark-theme-in-react-with-usecontext-39hn https://www.digitalocean.com/community/tutorials/how-to-share-state-across-react-components-with-context https://www.geeksforgeeks.org/how-to-share-state-across-react-components-with-context/ 3. Theme from OS and device should be taken into account 4. Colors uses from style-guide.md 5. Colors sets through css variables 6. Shadows are treated 7. Icons are treated
Finished 1st part from issue #5
f689f03
Helped me:
https://dev.to/nas5w/toggling-light-dark-theme-in-react-with-usecontext-39hn
https://www.digitalocean.com/community/tutorials/how-to-share-state-across-react-components-with-context
https://www.geeksforgeeks.org/how-to-share-state-across-react-components-with-context/