Skip to content

A web app for comparing equipment for the popular MMORPG Wizard101

License

Notifications You must be signed in to change notification settings

davidmstirn/Wizard101QuickEquip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web app for comparing equipment for the popular MMORPG Wizard101

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published