fyilmazy / age-of-empires-units

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age of Empires Units Filtering App

This app filters Age of Empires units by given parameters on UI selectors.

Live Link

Netlify

ScreenShots

Desktop Home

Desktop Home

Desktop Units

Desktop Units

Desktop Unit Details

Desktop Unit Details

Mobile Home

Mobile Home

Mobile Units

Mobile Units

Mobile Unit Details

Mobile Unit Details

Features

  • Fetch units on page load from JSON file
  • Filter units by minimum required age
  • Filter units by minimum and maximum costs (Wood, Food, Gold) with sliders range between 0 - 200
  • Filter units by multiple cost and age selectors
  • Activate or deactivate cost filters
  • Re-filter units on every filter selector change
  • List matching costs
  • Detailed view of any matched cost on a different page
  • Handle all the data flow with Redux-Saga middleware on Redux
  • Responsive design

Used Packages

  • ReactJS
  • React Router
  • Redux
  • Redux-Saga
  • Axios
  • MaterialUI
  • Node Sass

Scripts

Installation

In project directory, you can run:

npm install

Installs all the modules listed as dependencies in package.json

Start

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

Test

npm run test

Launches the test runner in the interactive watch mode.

Test Coverage Report

npm run test-coverage

Launches the test runner, then collects test coverage information and reports in the output.

Build

npm run build

Builds the app for production to the build folder.

About


Languages

Language:JavaScript 78.8%Language:SCSS 17.2%Language:HTML 4.0%