Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.05 KB

Wizard101QuickEquip

A web app for comparing equipment for the popular MMORPG Wizard101

Usage

Right now the project is not hosted out on the web for everyone to use.

To use this web app locally...

git clone https://github.com/davidmstirn/Wizard101QuickEquip.git
cd Wizard101QuickEquip
npm install
npm run build
npm start

Roadmap

My goal is to mirror the way the Wizard101 backpack works for equipment as closely as possibly, with two major additions:

  • The abiility to equip any item and jewel
  • The ability to search for these items given the categories and items present on Wizard101Central.com

For a more granular breakdown, see the design documentation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

To use this web app locally...

git clone https://github.com/davidmstirn/Wizard101QuickEquip.git
cd Wizard101QuickEquip
npm install
npm run build
npm start

To run tests...

npm test