https://github.com/rajeshmbg3-developer/verint-frontend-test
https://github.com/rajeshmbg3-developer/verint-frontend-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajeshmbg3-developer/verint-frontend-test
- Owner: rajeshmbg3-developer
- Created: 2025-03-25T21:10:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T13:24:14.000Z (about 2 months ago)
- Last Synced: 2025-03-26T14:37:52.753Z (about 2 months ago)
- Language: TypeScript
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.