A search engine & catalog for Animal Crossing New Horizons. Data comes from crowd sourced XLSX document: https://docs.google.com/spreadsheets/d/13d_LAJPlxMa_DubPTuirkIV4DERBMXbrWQsmSh8ReK4/
See a live demo: The Nook Book
Mainly a prototype. Rough and not very functional at this point. See TODO for things to do.
npm run start-dev
Your app should now be running on localhost:5000.
Requires the Heroku CLI
git push heroku master
docker build -t thenookbook .
docker run -it -p 80:5000 thenookbook
See LICENSE