Elixir Frontend Challenge

Simple application to display random users and let the user filter them by name and nationality.

React Typescript Mantine Vite Recoil React Query

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Vite Preview for Production (requires build)

npm run preview

Lint with ESLint

npm run lint