Skip to content

EdwinFermin/test-app

Repository files navigation

🏌️ Players App

A mobile app built with React Native + Expo, featuring a list of golf players fetched from Concentra external API.


🚀 Tech Stack

  • Expo SDK
  • React Native
  • TypeScript

📦 Installation

1. Clone the repo

git clone https://github.com/your-username/players-app.git
cd players-app

2. Install dependencies

yarn install

3. Create .env file at the root of the project

API_BASE_URL=https://dev-api.iqtekgolf.innovix.com.do:440/api
API_TOKEN=F3J92ND9J5@493SBMDJW1344JEUDJ3TES3I/3

4. Start the app

yarn start

🧩 Project Structure

/src
  ├── api               # Apisauce client
  ├── components        # Reusable UI components
  ├── navigation        # App navigator
  ├── redux             # Redux store, actions, sagas
  ├── screens           # App screens
  ├── assets            # Resources, Images and SVGs
  └── types             # Custom type declarations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published