Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emre-guler/library-automation-mobile
- Owner: emre-guler
- License: apache-2.0
- Created: 2020-01-03T22:46:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T00:59:10.000Z (15 days ago)
- Last Synced: 2025-01-09T09:19:28.669Z (7 days ago)
- Topics: react-native, redux
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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