This is a project created for the Exoticca test by Xavi Rincon.
- 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 :)
To run the project, follow these steps:
- Install the project dependencies by running the command:
yarn install
- Start the development server by running the command:
yarn dev
- Open your web browser and navigate to
http://localhost:3000
to view the application.
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.