This project has as purpose show a search application for an example given, with this project you could search for a specific gnome name in a text file, and show the result. Also as part of this challenge the source information has been paginated and the user can scroll down and up to see the next pages.
This project was created using NextJS framework and React-Bootstrap, is hosted in Github, deployed using Netlify and tested using Playwright and GitHub Actions.
Please, visit this Site
First, clone this repository https://github.com/judlup/livy_frontend, then you need to install the dependencies: npm install
Then, you can run the project: npm build
and npm start
And finally, you can test the project opening a new terminal and running: npm run test:e2e