Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.14 KB

Coverage Status CircleCI

ATLP Pulse Mobile Application

Pulse is a platform designed to handle ratings for trainees for the companies with different programs. It is currently under development using modern web and mobile technologies that prioritize speed and security. This repo holds the codebase for the mobile part of the platform which uses React Native framework to build cross-platform mobile applications.

Languages Used

  • React-native
  • Typescript
  • Apollo Client
  • Tailwind CSS

Installation

To get started with development, follow these steps:

  1. Clone the repository:
git clone [email protected]:atlp-rwanda/atlp-pulse-mobile.git
  1. Navigate to the project directory:
cd atlp-pulse-mobile
  1. Install dependencies:
npm install
  1. Start the application:
npm start