/livy_frontend

Livy frontend using react

Primary LanguageTypeScript

Livy Frontend CI

Introduction

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.

Stack used

This project was created using NextJS framework and React-Bootstrap, is hosted in Github, deployed using Netlify and tested using Playwright and GitHub Actions.

Source

Data

Netlify Demo

Please, visit this Site

Screenshot

How to run the project

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

GitHub Actions

Screenshot_Github_Actions