ricknois / People-render

This is my first react-native app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

People render app

A react native app that consumes an api of people.

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

Status: Finished

AboutFeaturesLayoutTech StackAuthor

About

People Render is an application that displays a list of random people with their details. It was developed to improve my react native skills

Features

  • Users have access to the mobile application, where they can:
    • browse the list to see random people
    • see the details of a specific people

Layout

People People


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/), 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/People-render.git

# Access the project folder in your terminal
$ cd People-render

# Install the dependencies
$ yarn install

# Run the application in development mode
$ expo start

# Scan the qr code in your expo 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

This is my first react-native app.


Languages

Language:JavaScript 100.0%