This is a simple Angular application that allows users to search for names and display the results in a table.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your local machine.
- Angular CLI installed globally.
-
Clone the repository:
git clone https://github.com/MansiN5/search-management-ui.git
-
Navigate to the project directory:
cd SearchManagement- Install dependencies:
npm install- Update API Connection:
Replace "apiUrl = 'https://localhost:7174/api/'" in name-list.service.ts with localhost port your api application is running on. - Start the development server:
ng serve- Open your web browser and visit http://localhost:4200 to view the application.
- Enter a search query in the input box.
- Press the "Search" button or press "Enter" to initiate the search.
- The search results will be displayed in a table below the search box.
The project structure is organized as follows:
- src/ - Contains the application source code.
- app/ - The main application module and components.
- assets/ - Static assets such as images, styles, and fonts.
- environments/ - Environment configuration files.
- Angular - The web framework used for building the application.
- Angular CLI - A command-line tool for Angular development.
- Bootstrap - Used for styling the application.

