Skip to content

apaulineoliveira/highlighted-search-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

highlighted-search-text

Texto de pesquisa destacado feito em Javascript.

🧵 Objetivo

O objetivo deste projeto foi criar um filtro de pesquisa por título de busca em frase/texto, feito em html, css e javascript.

No css foi utilizados aplicados conceitos fundamentais de responsividade e manipulação com DOM. A tag mark a qual não é uma referência ao html, é responsável por ser o marcador utilizado para grifar as palavras que o sistema identificou na solicitação da busca do input. Posteriormente ela foi "invocada" no código javascript.

No que tange os códigos em Javascript é possível identificar métodos indispensáveis para a rápida e eficáz solução para realizar o projeto. Sendo elas:

  • replace
  • RegEx
  • match




  • 🧵 Purpose

    The objective of this project was to create a search filter by title search in phrase/text, made in html, css and javascript.

    In the css, fundamental concepts of responsiveness and manipulation with the DOM were applied. The mark tag, which is not a reference to the html, is responsible for being the marker used to underline the words that the system identified in the input search request. Later it was "invoked" in the javascript code.

    With regard to Javascript codes, it is possible to identify indispensable methods for a quick and effective solution to carry out the project. They being:

  • replace
  • RegEx
  • match
  • Releases

    No releases published

    Packages

    No packages published