https://github.com/devhasanmia/meeting-room
Live Site
https://github.com/devhasanmia/meeting-room
Last synced: about 1 year ago
JSON representation
Live Site
- Host: GitHub
- URL: https://github.com/devhasanmia/meeting-room
- Owner: devhasanmia
- Created: 2024-10-23T11:38:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T15:51:34.000Z (over 1 year ago)
- Last Synced: 2025-02-10T12:15:29.318Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://meeting-room-five.vercel.app/
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```