greysonmrx / ligeirinho-mobile

🚚. Mobile platform of ligeirinho application - made with typescript, react native, styled-components react-native-camera and react-navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ligeirinho

A fast way to manage delivery companies!

Made by Greyson Mascarenhas Language count License

Technologies   |    How To Use   |    License

Preview

πŸš€ Technologies

  • React Native β€” A framework for building native apps using React.
  • React Navigation - Routing and navigation for your React Native apps.
  • Styled Components - A JavaScript library that allows you to write CSS code within JavaScript.
  • Axios - Promise based HTTP client for the browser and node.js.
  • React Native Gesture Handler - Declarative API exposing platform native touch and gesture system to React Native.
  • React Native Vector Icons - Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
  • React Native Camera - A Camera component for React Native.
  • Date Fns - Modern JavaScript date utility library.
  • Eslint - Pluggable JavaScript linter.
  • Prettier - An opinionated code formatter.
  • VS Code - Code Editing.
  • EditorConfig - Helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.

ℹ️ How To Use

To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer and the Ligeirinho API. From your command line:

# Clone this repository
$ git clone https://github.com/greysonmrx/ligeirinho-mobile

# Go into the repository
$ cd ligeirinho-mobile

# Install dependencies
$ yarn install

# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"

# Run the app (Android)
$ react-native run-android

πŸ“ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Made with β™₯️ by Greyson πŸ‘‹ See my linkedin

About

🚚. Mobile platform of ligeirinho application - made with typescript, react native, styled-components react-native-camera and react-navigation

License:MIT License


Languages

Language:TypeScript 74.4%Language:Java 12.2%Language:Objective-C 9.4%Language:Ruby 1.5%Language:JavaScript 1.4%Language:Starlark 1.2%