A simple search engine FE project based on React 18, Vite and Typescript
Simple Search Engine (Web)
A simple frontend application that allows a user to see a predefined list of construction companies, filter them by name using a search bar and the built in “specialties” filters.
Screenshots
Tech Stack
Client: React, Typescript, Vite, EmotionCSS, Mantine
Server: Node, Express, Typescript, Pino, Helmet, Node Json DB
Install & Run Locally
Clone the project
git clone https://github.com/Theofilos-Chamalis/simple-search-engine-web.git
Go to the project directory
cd simple-search-engine-web/
Install dependencies
yarn
Start the server
yarn dev