Skip to content

vzkharov/user-fakeapi

Repository files navigation

User List Project

This is a React project that uses TypeScript, Vite, and Tailwind CSS to fetch user list with search functionality.

Table of Contents

Installation

To install and set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vzkharov/user-fakeapi.git
    cd realmond
  2. Install the dependencies:

    bun install

Available Scripts

In the project directory, you can run:

bun run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.

bun run build

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

bun run preview

Serves the production build locally. You can use this to preview the build before deploying.

Packages Used

This project uses the following packages:

How to Use

  1. Start the development server by running bun run dev.
  2. Open your browser and navigate to http://localhost:5173.
  3. Use the search input field to filter the user list by name.