https://github.com/sarankumar1812/hostel-management-frontend
https://github.com/sarankumar1812/hostel-management-frontend
apiintegration reactjs redux tailwindcss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarankumar1812/hostel-management-frontend
- Owner: Sarankumar1812
- Created: 2025-01-10T11:38:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:42:25.000Z (over 1 year ago)
- Last Synced: 2025-01-22T20:14:59.179Z (over 1 year ago)
- Topics: apiintegration, reactjs, redux, tailwindcss
- Language: JavaScript
- Homepage: https://hostel-management-mern.netlify.app/
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hostel Management System - Frontend
## Overview
This is the frontend part of the Hostel Management System built using React.js and styled with TailwindCSS. The frontend is responsible for the user interface, including room allocation, maintenance requests, billing management, and other features for hostel administrators and residents. It interacts with the backend API to provide dynamic content.
## Features
1. **Room Allocation**: Interface to view room availability, assign rooms, and manage check-ins/check-outs.
2. **Maintenance Requests**: Allows residents to submit maintenance requests and view updates.
3. **Billing and Payments**: Provides functionality for residents to view their billing details, and for admins to manage payments.
4. **Resident Information**: Allows admins to view and manage resident profiles.
5. **User Authentication**: Admins, staff, and residents can log in and access authorized resources.
## API Documentation
My Postman API documentation Link 👉 [Click Here](https://documenter.getpostman.com/view/39168834/2sAYHwJPuJ#4f412d8d-029d-412c-82ef-00ec639c3613)
## Tech Stack
- **Frontend Framework**: React.js
- **Styling**: TailwindCSS
- **State Management**: Redux
- **API Integration**: Axios or Fetch for making HTTP requests to the backend