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.
- Clone the repository.
- Install node.js.
- Have already set up the environment.
- Run the command
yarn install
ornpx install
to install project dependencies.
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.
|── /__tests__
|
├── /src
| ├── /assets
| ├── /components
| ├── /constants
| ├── /contexts
| ├── /navigators
| ├── /providers
| ├── /screens
| ├── /services
| ├── /theme
| ├── /utils