A Search application with Autocomplete features. You can find the deployed version of this app at this link.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes, to do so clone this repo:
git clone https://github.com/gdsrosa/search-app-deel.git
cd search-app-deel
Assuming you have all the Node.js (20+) and NPM (version 10+) environment setup in your machine:
Let's install the dependencies
npm install
To make sure you have all the env vars configured on your side, please go to .env
file and add the API endpoint.
Note: It is encouraged to create a .env.local
file and execute the same step.
# on the .env
VITE_API_ENDPOINT=https://661d327ee7b95ad7fa6c7d8b.mockapi.io/api/users
To start your local dev-server run:
npm run dev
To execute the unit tests:
npm test
- Typescript - The programming language used for the Client
- React.js - The UI library used for the Client
- NPM - Dependency Management
- CSS - Styles Management
- Vite - Frontend Tooling
- Vitest - JavaScript Unit Test tool
- Gabriel Rosa - gdsrosa