Skip to content

archanasingh11/SalesCRM

 
 

Repository files navigation

SalesCRM

Welcome to SalesCRM! This Expo project is a CRM application built with React Native and Expo Router. It provides features like lead management, user authentication, and dashboard analytics.

Project Structure

  • app/: Contains route-based screens including authentication and dashboard screens.
    • auth/: Login screen and related assets.
    • dashboard/: Dashboard screen for overview and analytics.
  • components/: Reusable UI components such as navigation headers and containers.
  • data/: Mock data for testing, e.g., lead data.
  • hooks/: Custom React hooks like useLeads for handling business logic.
  • types/: TypeScript type definitions (e.g., Lead).
  • my-expo-app/: An example or secondary Expo project setup.
  • .vscode/: IDE configuration settings.
  • package.json: Project dependencies and scripts.

Getting Started

  1. Install Dependencies

    Run the following command from the project root:

    npm install
  2. Start the App

    Run the following command to start the development server:

    npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.1%
  • JavaScript 18.9%