Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emre-guler/library-automation-mobile

A mobile application built with React Native and Expo for managing library operations. This app provides a modern and user-friendly interface for library management tasks.
https://github.com/emre-guler/library-automation-mobile

react-native redux

Last synced: 1 day ago
JSON representation

A mobile application built with React Native and Expo for managing library operations. This app provides a modern and user-friendly interface for library management tasks.

Awesome Lists containing this project

README

        

# Library Automation Mobile App

A mobile application built with React Native and Expo for managing library operations. This app provides a modern and user-friendly interface for library management tasks.

## Features

- Library resource management
- Mobile-friendly interface
- Cross-platform support (iOS, Android, Web)
- User-friendly navigation
- Date-based operations
- Tabular data display

## Technologies Used

- React Native
- Expo SDK 35
- React Navigation
- React Native Table Component
- React Native DatePicker
- React Native Gesture Handler

## Prerequisites

- Node.js
- npm or yarn
- Expo CLI
- iOS Simulator (for iOS testing)
- Android Studio/Android Emulator (for Android testing)

## Installation

1. Clone the repository:
```bash
git clone [repository-url]
cd library-automation-mobile
```

2. Install dependencies:
```bash
npm install
# or
yarn install
```

3. Start the development server:
```bash
npm start
# or
yarn start
```

## Running the App

- For iOS:
```bash
npm run ios
```

- For Android:
```bash
npm run android
```

- For Web:
```bash
npm run web
```

## Project Structure

The project follows a standard React Native with Expo structure:
- `/assets` - Contains static assets like images and fonts
- `/components` - Reusable React components
- `App.js` - Main application entry point
- `app.json` - Expo configuration file
- `package.json` - Project dependencies and scripts

## Version

Current version: 1.0.0

## Platform Support

- iOS (including tablet support)
- Android
- Web