/employee-directory

This project is a mobile application built using React Native for managing employee information within an organization. It serves as a digital directory, allowing users to easily access and search for employee details such as name.

Primary LanguageJavaScript

Employee Directory

Description

This is a [React Native] project aimed at [A minimal project having source from third party API].

Features

  • React Context API (useContext Hook) to store and update employee data.
  • App user can Add, Edit & Delete an employee data.
  • Search an employee from directory.
  • Validation and error handling.
  • Dynamic loading of data.
  • Lottie Animations

Installation

To run this project locally, follow these steps:

  1. Clone this repository.

    git clone https://github.com//employee-directory
  2. Navigate into the project directory.

    cd project-name
  3. Install dependencies using npm or yarn.

    npm install
    # or
    yarn install
  4. Run the project.

    npm start
    # or
    yarn start

Usage

[NOTE: The project is developed for an assessment test.]

employee-directory