- You have dark/light theme switching abilities
- You can filter data
- cards are colored as per the civilization or age.
API has CORS issues, thus to run the project Browser security needs to be disabled.
For windows you can run a chorme instance with security disabled by running following command in cmd:
chrome.exe --disable-web-security --user-data-dir=c:\my-chrome-data\data
Project uses React, Chakra UI, AOE Public Api etc.
run npm i to run the project