Skip to content

The application integrates with the Navedex API developed by nave.rs.

Notifications You must be signed in to change notification settings

Michelalmeidasilva/navedex-mobile

Repository files navigation

NAVEDEX

Description

Navedex Challenge: Create an application for viewing and creating "navers" containing information such as name, age, position, employment duration, and projects participated in. The screens used as a guide are available in Figma. The application integrates with the Navedex API developed by nave.rs, available at the URI: https://navedex-api.herokuapp.com/v1/. The API documentation is available in collection, and you need to use Postman to import it.

For more information about the project requirements, access the official challenge repository.

How to run the project

Requirements

  • Clone the repository.
  • Install node.js.
  • Have already set up the environment.
  • Run the command yarn install or npx install to install project dependencies.

Running on Android

After completing all initial steps, simply:

  • Run the command yarn start to start the development server.
  • Run the command yarn android to build the app for the emulator.

Directory Structure

|── /__tests__
|
├── /src
|   ├── /assets
|   ├── /components
|   ├── /constants
|   ├── /contexts
|   ├── /navigators
|   ├── /providers
|   ├── /screens
|   ├── /services
|   ├── /theme
|   ├── /utils

About

The application integrates with the Navedex API developed by nave.rs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published