Our project is built on ReactJS.In homepage we show summary of project. In unit page we allow people to use special filters for customize their result. If users want to see detail in unit page, can click the unit name and examine detail of the unit which include lots of specific information. For storing our user data in app wide state we use Redux-Saga as our state management tool. For deployment Suge.sh has been used and the link to the live project can be found at bottom.
LiveURL: https://ahmetcankaratas-ageofempires.surge.sh
- ReactJS
- Redux
- Redux-Saga
- SASS
- MUI
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step guide that will tell you how to get the development environment up and running.
- Clone the repository
git clone https://github.com/ahmetcankaratas/age-of-empires-wiki/
- Install dependencies
cd age-of-empires-wiki
npm install
- Build and run the project
npm start
Navigate to http://localhost:3000