ricknois / Velox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velox

A react native app that use the phone gps to calculate the seconds that a vehicle reach 100 km/h.

GitHub language count Repository size GitHub last commit made by Rick Sousa

Status: Finished

AboutFeaturesLayoutTech StackAuthor

About

Velox is an application intended for the Brazilian public that calculate the seconds that a vehicle need to reach reach 100 km/h. It was developed to improve my react native skills.


Download

[Google Play] (https://encurtador.com.br/nCKN4),


Features

  • Users have access to the mobile application, where they can:
    • start the counter
    • see the result in seconds after reaching 100 km / h

Layout

layout layout layout


Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Yarn] (https://yarnpkg.com/), [Expo] (https://docs.expo.io/), In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the app (Mobile)

# Clone this repository
$ git clone git@github.com:ricknois/Velox.git

# Access the project folder in your terminal
$ cd Velox

# Install the dependencies
$ yarn install

# Run the application in development mode
$ expo start

# Scan the qr code in your expo mobile app

Tech Stack

The following tools were used in the construction of the project:

Mobile (React Native + Java Script)


Author

Rick Sousa

Made with love by Rick Sousa 👋🏽 Get in Touch!


About


Languages

Language:TypeScript 94.7%Language:JavaScript 5.3%