Giter Site home page Giter Site logo

renatomh / mobileonlibrary Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.84 MB

Mobile application for online library platform.

License: MIT License

Ruby 0.77% TypeScript 77.81% Starlark 0.34% Java 8.76% Makefile 0.87% C++ 3.97% JavaScript 0.42% Python 3.62% Objective-C 1.36% Objective-C++ 2.08%

mobileonlibrary's Introduction

OnLibrary Mobile

OnLibrary Mobile

๐Ÿ’ก Project's Idea

This project was developed to create a mobile application for the online library platform.

๐Ÿ” Features

  • Login and signup to the application;
  • Books listing and details;

๐Ÿ’น Extras

  • Push Notifications;
  • Multiple languages support;

๐Ÿ›  Technologies

During the development of this project, the following techologies were used:

๐Ÿ’ป Project Configuration

First, install the dependencies for the project

$ yarn

๐ŸŒ Setting up config files

You need to update the API settings file (./src/services/api.ts) according to the base URL for the API used as the backend for the application:

import axios from 'axios';

const api = axios.create({
    // Modify regarding the server address and device being used (Android emulator, iOS emulator, etc.)
    baseURL: "http://10.0.2.2:3333",
})

export default api;

You must also provide the google-services.json file (should be placed in ./android/app/google-services.json) with the Firebase app credentials.

โฏ๏ธ Running

To run the project in a development environment, execute the following command on the root directory.

$ # For Android devices
$ yarn android
$ # For iOS devices (on Mac computers only)
$ yarn ios

๐Ÿ”จ Project's Build for Deploy

In order to publish the app for the app stores of different kinds of devices (Play Store, App Store), there are some steps to be done.

Android

Aside from configuring for app publishing with React Native, we should execute the following commands to generate the .aab (Android App Bundle) file:

$ cd android
$ ./gradlew bundleRelease

The generated file will be located at android/app/build/outputs/bundle/release/.

Documentation:

๐Ÿ“„ License

This project is under the MIT license. For more information, access LICENSE.

mobileonlibrary's People

Contributors

renatomh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.