Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 664 Bytes

This project lists Civilzations, Tech, Units and structures available in the game.

- You have dark/light theme switching abilities
- You can filter data
- cards are colored as per the civilization or age.

The project uses a Public API of renowned game: Age of Empires.

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

Details

Project uses React, Chakra UI, AOE Public Api etc.

Project Run:

run npm i to run the project