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

https://github.com/rishibakshii/employ-wise-assignment

Assignment for Global Groupware Solutions Limited
https://github.com/rishibakshii/employ-wise-assignment

axios react react-hook-form redux-toolkit tailwindcss typescript vite zod

Last synced: 25 days ago
JSON representation

Assignment for Global Groupware Solutions Limited

Awesome Lists containing this project

README

          

## 🔑 Login Credentials

Use the following credentials to log in:
- **Email**: `eve.holt@reqres.in`
- **Password**: `cityslicka`

## 🚀 Getting Started

Follow the steps below to set up and run this project on your local machine.

### 📌 Prerequisites
- Ensure you have **Node.js** installed on your system. You can download it from [here](https://nodejs.org/).
- Install **npm** (comes with Node.js).

### 📂 Installation & Setup

1. **Clone the Repository**
```sh
git clone https://github.com/RishiBakshii/employ-wise-assignment
```

2. **Navigate to the Project Directory**
```sh
cd employ-wise-assignment
```

3. **Install Dependencies**
```sh
npm install
```

4. **Run the Development Server**
```sh
npm run dev
```

5. **Access the Application**
- Open your browser and go to:
```
http://localhost:5173
```
- You should now see the application running in development mode.

---