Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.02 KB

README.md

File metadata and controls

58 lines (42 loc) · 2.02 KB

📙 Superobooks

Challenge   |    Functionalities   |    Scripts   |    License   |    To Do

License

🔎📚 Book Search Challenge

You must build a book search engine. Books have the following attributes:

  • Title
  • ISBN (13 numbers)
  • Author
  • Publisher
  • Year
  • Language
  • Weight in g
  • Dimensions in cm (length, width, height)

To collect the information mentioned above, this application consumes the api biblioteca.supero.

📝 Functionalities

  • Search books by title, author or ISBN;
  • List books (title, ISBN, author, publisher, year);
  • Present quantities of records found;
  • Paging the search result;
  • Filter books by period (year);
  • View details of the book (show all attributes);

📍 Available Scripts

In the project directory, you can run: yarn start or npm run start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Also, you can run: yarn cy:open or npm run cy:open to open the cypress screen with the test files yarn cy:run or npm run cy:run to run the tests through the terminal

📝 License

This project is under the MIT license. See the file LICENSE for more details.

📌 To Do

To add new issues and see other issues, to go issues and project