https://github.com/nullmaster7/library-management-frontend
library-management-backend
https://github.com/nullmaster7/library-management-frontend
Last synced: 10 months ago
JSON representation
library-management-backend
- Host: GitHub
- URL: https://github.com/nullmaster7/library-management-frontend
- Owner: Nullmaster7
- Created: 2024-10-28T14:23:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T11:21:48.000Z (over 1 year ago)
- Last Synced: 2025-03-02T11:15:03.986Z (over 1 year ago)
- Language: JavaScript
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System - Frontend
This is the frontend part of the Library Management System, built with [React](https://reactjs.org/).
It provides an interface for managing users and books in the system.
## Project Structure
- `src/`: Contains the main codebase.
- `public/`: Static files and public assets.
- `README.md`: Project documentation.
## Tech Stack
- React.js - Component-based library for building UI.
- Material-UI - Component library for responsive and accessible designs.
- SCSS - CSS preprocessor for custom styles.
- Redux Toolkit - State management solution.
- Axios - For API requests.
## Prerequisites
Ensure you have the following installed on your local machine:
- [Node.js](https://nodejs.org/) (>= version 14)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/Nullmaster7/library-management-frontend.git
npm install
npm run start - Runs the app in development mode.