SpellChecker is a searchtool which allows you to search a library of Harry Potter spells/Charms.
To try out spellChecker do the following:
- Clone the repository
git clone https://github.com/wright1/spellChecker2.git
- cd into spellChecker2
cd spellChecker2/
- open the folder in your text editor
- enter
npm i
in command line - enter
npm run dev
in the command line - enter
localhost:4000
into your web browswer
- User goes to the website and enters the first letter of a spell into the searchbar, a list of options appear.
- User clicks on the relevant option, the selected option appears in the searchbar.
- User clicks on the enter button a small description of spell appears beneath the search bar.