This is a React project that uses TypeScript, Vite, and Tailwind CSS to fetch user list with search functionality.
To install and set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/vzkharov/user-fakeapi.git cd realmond
-
Install the dependencies:
bun install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Serves the production build locally. You can use this to preview the build before deploying.
This project uses the following packages:
- React
- TypeScript
- Vite
- Tailwind CSS
- Lodash (for debouncing)
- Start the development server by running
bun run dev
. - Open your browser and navigate to http://localhost:5173.
- Use the search input field to filter the user list by name.