Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 990 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 990 Bytes

Exoticca Test Xavi Rincon

This is a project created for the Exoticca test by Xavi Rincon.

Improvements that could have been done but I didn't have the time

  • Add i18n for internationalization
  • Do a better search solution for more optimal results.
  • I only added testing for the functional part of the app, the Searchbar. I don't see the point of testing a component without logic like the button, the tag or the text :)

How to Run

To run the project, follow these steps:

  1. Install the project dependencies by running the command: yarn install
  2. Start the development server by running the command: yarn dev
  3. Open your web browser and navigate to http://localhost:3000 to view the application.

How to Test

To run the tests for this project, use the following command: yarn test

This will run all the available tests and provide the test results in the terminal.

Please note that you need to have the project dependencies installed before running the tests.