Skip to content

Venkatesh157/clark_application

Repository files navigation

Clark Mobile Challenge

Set UP

1. Install React Native Community CLI and JSON Server

 npm install -g @react-native-community/cli json-server

2. Clone the repository

3. Navigate to the project folder

 cd clark_application/

4. Install the dependencies

 npm install

6. Start the application

 npm start

6. Run in Android (* make sure the android emulator is available)

 npm start android

7. Run in iOS (* make sure the iOS simulator is available)

 npm start ios

App Implementation

  • Created the application using react native cli
  • Install libraries for navigation
  • Fetched api data and created a custom hook
  • Created Product List screen and Product Item Component
  • Created a Product Detail Component
  • Handled Navigation and bottom navigation bar
  • Code refactor and some cleanup
  • Write unit tests for components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published