A web app for revising and testing yourself on quotes from Shakespeare's plays
- Node.js
- React 19+
- npm
- react-bootstrap
- Navigate through plays by scene and act.
- Highlight and select quotes for revision .
- Test yourself with randomly shortened quotes.
- Build up a streak of correctly answered quotes.
- Clone the repository:
git clone https://github.com/mcrowley19/lc-quotes-website.git cd lc-quotes-website - Install dependencies
npm install - Start the development server
npm start