Create and manage a collection of user-input spells for 5th edition D&D
To run this app locally, you will need to clone the repo
git clone https://github.com/solonthewizard/custom-spellbook.git
cd /custom-spellbook
npm install
npm start
View it at custom-spellbook.web.app.
Each user will need to register for their spellbook to be saved. Each user's collection of spells is stored independently in local storage.
Logging in is easy! you just have to input your username and password.
If you have trouble loggin in to your account, click the "Forgot my password" link instead
In order to reset your password, you'll need to remember your username and the name you used to register your account. Once input, you will be allowed to create a new password.
A form makes creating a spell with all the information you could possibly need easier than ever.
Once you have created your spells, you can:
- collapse and expand their information (notice the quick reference icons on the left)
- edit their information
- delete and re-add them to your list
Do you see any errors? Want to add your own functionality or switch something up?
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT License. View it here.
This project was bootstrapped with Create React App.