This takes data from the Dungeons and Dragons 5th Edition API and uses it to create a spell finder for users to view spells and filter them by level, class availability and spell school.
- Fork and clone this repo into your local machine and open using your preferred text editor
- Run
npm install
in your editor's terminal to install required dependencies and libraries - In the terminal run
npm run dev
and select the link produced or alternatively typeo
into the terminal and hit enter - A locally hosted version of the site should now be available on your browser