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

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

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.