This is the frontend for a Pool Management System, an ongoing project for managing a pool facility, including user registrations, reservations, and more.
🌐 Test Deployed Application @ https://www.pool-ms.com/
Test Credentials
Admin User
Username: admin
Password: 123456
Regular User
Username: user1
Password: 123456
✨ Features
User registration and authentication
Reservation system for pool activities
Payment account management
Check-in and activity tracking
🛠 Technologies Used
React.js
JavaScript
Pure CSS
🚀 Getting Started
Prerequisites
Ensure you have the following installed:
Node.js
PostgreSQL
1. Clone the Repositories
Clone the client repository into the same project directory:
git clone https://github.com/MarkOfosu/pms-client.git
git clone https://github.com/MarkOfosu/pms-server.git
2. Install Dependencies
Navigate into both the client and server directories and install the necessary dependencies:
# For the client
cd ../pms-client
npm install
3. Run the Client Locally
Navigate to the `pms-client` directory and start the client:
npm run start
4. Access the Application
Open your browser and go to:
http://localhost:3000