/v8-project

V8 Project

Primary LanguageTypeScript

V8Project

Test project for company V8, the project is build it in Angular 10

Goals

Performs a Search engine that allows you to display the paged results, highlighting in a color the search pattern in the results. You must also allow you to select the number of results that you want to display per page. Configure form routing and integration with data services and appropriate input validation.

Step One

Clone the project

https://github.com/Vfranco/v8-project.git

Step Two

After clone the project go to

cd v8-project

Install node_modules

npm install

Run project

ng -s -o

To run the fake server

npm run serve

Enjoy the project