Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.53 KB

Readme.md

File metadata and controls

44 lines (33 loc) · 1.53 KB

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