Skip to content

CesarAugusto316/vertrical_engine_frontend

Repository files navigation

Welcome to vertrical-front-end 👋

Version

Search Engine(front-end) made with Typescript and React, CI/CD, Github Actions and much more. I used a Mock Service Worker during development and testing.

IMPORTANT:

I used a free Service to deploy the REST API, so after 15 minutes of inactivity it puts the REST API to sleep, so if you encounter any issue just reload the page.

Get Started

npm install
npm run dev

Run tests

npm run test

Run linting

npm run lint

Vercel config

# to link our local project to a Vercel Project (requires permisions)
vercel link

Mock Service Worker Initialization

Mock Service Worker operates client-side by registering a Service Worker responsible for requests interception.

# to link our local project to a Vercel Project (requires permisions)
npx msw init public/

plot

Author

👤 **César Rivera **

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator