Spell Book is an app where the user (witch/wizard) is sorted into a Hogwarts house. Once in a house, the user is able to search through spells, and whichever spell they fancy, they can favourite to be able to use later.
Clone the repo to your terminal : $ git clone https://github.com/Asilo5/spell-book.git
Run $ npm install
on your terminal
To open the app on your web server run $ npm start
Spell Book was built using:
- Harry Potter API
- React
- Redux
- React Router
- Jest
- Enzyme