A simple app that queries the Open Library API and can filter search results by title and id.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node v8.10 or higher
NPM v6.1.0
git clone git@github.com:ruthearle/vlbs.git
cd vlbs
npm install
npm run build
npm start
In your browser, navigate to:
http://localhost:3000
After you have done npm install
run the unit test with:
npm run test
I have only put tests in for the mapping of data, as there was some logic needed to ensure the right data was being returned.
This project does not have e2e tests.
- Filter will only match the exact casing of the title or id - make filter case-insensative
- Increase test coverage with unit and integration tests
- Styling
This project is licensed under the ICS License