An open API service indexing awesome lists of open source software.

https://github.com/rajeshmbg3-developer/verint-frontend-test


https://github.com/rajeshmbg3-developer/verint-frontend-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Verint Frontend Test

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Prerequisites
- Node.js (v22)
- Yarn (recommended) or npm

## Install the App

Clone the repository and install dependencies:

```bash
git clone https://github.com/rajeshmbg3-developer/verint-frontend-test.git
cd verint-frontend-test
yarn install # or npm install
```

## Available Scripts

In the project directory, you can run:

### Start the Development Server
```bash
yarn start
```
Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### Running Tests
```bash
yarn test
```
Launches the test runner in interactive watch mode. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### Building for Production
```bash
yarn build
```
Builds the app for production in the `build` folder. The build is minified, and filenames include hashes. Your app is ready for deployment! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more details.

## Login Instructions
After navigating to [http://localhost:3000](http://localhost:3000), you will see a login screen.
- Use **[email protected]** or any valid email.
- Use **password** as the password (or any alphanumeric string must be at least 6 characters long).

The page will reload if you make edits, and you will also see any lint errors in the console.