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

https://github.com/devhasanmia/meeting-room

Live Site
https://github.com/devhasanmia/meeting-room

Last synced: about 1 year ago
JSON representation

Live Site

Awesome Lists containing this project

README

          

# Meeting Room

A web application for managing meeting rooms with efficient and user-friendly features.

## Technologies Used

- **ReactJS**: Used to build a responsive and interactive user interface.
- **Redux & Redux Toolkit**: Utilized for global state management, enabling smooth data handling across components. Integrated `Redux RTK Query` for streamlined data fetching and caching.
- **aamarPay Payment Gateway**: aamarPay is incorporated as the payment gateway, ensuring secure and convenient transactions.

## Setup Instructions

To set up the project locally, follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/devhasanmia/meeting-room.git
```

2. **Navigate into the project directory**:
```bash
cd meeting-room
```

3. **Install dependencies**:
```bash
yarn
```

4. **Open the project in Visual Studio Code**:
```bash
code .
```

5. **Start the development server**:
```bash
yarn dev
```