This is a React Application that consumes APIs from http://www.dnd5eapi.co/ to list out your favourite Dungeons and Dragons Spells.
This application contains three pages to display
- The list of all the spells available
- The list all the favourite spells
- The information related to clicked the spells
To run the app please make sure you have the following installed on your system
- NodeJS
The following are the steps to run the app
- Clone the repository
git clone https://github.com/VinayakTekade/dnd-spells
- Change directory to the root of the repository
cd ./dnd-spells
- Install all the dependencies
npm install
- Start the app
npm start
Report here in detail answering these questions:
- What steps did you take to make the bug appear?
- How can the bug be fixed? (In case you know)
- Which OS and which all packages/software/dependencies are you using?
- Have you tried any troubleshooting steps such as a reboot for example?