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
- Host: GitHub
- URL: https://github.com/rishibakshii/employ-wise-assignment
- Owner: RishiBakshii
- Created: 2025-03-27T19:35:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T19:56:22.000Z (6 months ago)
- Last Synced: 2025-03-27T20:35:02.756Z (6 months ago)
- Topics: axios, react, react-hook-form, redux-toolkit, tailwindcss, typescript, vite, zod
- Language: TypeScript
- Homepage: https://employ-wise-assignment-eta.vercel.app/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---