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

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

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