Welcome to the Pulley Shakesearch Take-home Challenge! In this repository, you'll find a simple web app that allows a user to search for a text string in the complete works of Shakespeare.
You can see a live version of the app at https://pulley-shakesearch.onrender.com/. Try searching for "Hamlet" to display a set of results.
In it's current state, however, the app is in rough shape. The search is case sensitive, the results are difficult to read, and the search is limited to exact matches.
Improve the app! Think about the problem from the user's perspective and prioritize your changes according to what you think is most useful.
You can approach this with a back-end, front-end, or full-stack focus.
We will be primarily evaluating based on how well the search works for users. A search result with a lot of features (i.e. multi-words and mis-spellings handled), but with results that are hard to read would not be a strong submission.
- Fork this repository and send us a link to your fork after pushing your changes.
- Render (render.com) hosting, the application deploys cleanly from a public url.
- In your submission, share with us what changes you made and how you would prioritize changes if you had more time.
- Add Boostrap styling
- Mark string in results
- Case-insensitive search
- Infix/fuzzy search
- ETL list of works - 'Contents\n' (44 works total)
- Hard code since this is expected to not change
- or find works in list of contents - 'THE SONNETS\n'...
- Link work title to view
- External URL
- Better to have internal URL
- TODO: Filter by work results
- TODO: Improve search of titled work contents with Bleve or ElasticSearch
- TODO: Relevance score
- TODO: Auto complete
- TODO: ETL and search chapters
- Tragedy contains act and scene
- Novel number/roman chapters
- Poem new line and strings
- TODO: ETL Speaker - name, dialogue, and new line
- TODO: Pagination of results