Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.14 KB

README.md

File metadata and controls

37 lines (21 loc) · 2.14 KB

CircleCI Coverage Status Maintainability Test Coverage

CodeLab - A simple mobile application to show a list of JavaScript developers based in Kigali

  • This is a level up application built with react-native that displays the brief information about Java developers based in Lagos/Nigeria. It uses the Github API.

  • You can click here to find the application's mockup design built with MarvelApp.

How to get started

  1. After cloning the repository to your local machine with

git clone https://github.com/Musigwa/CodeLab.git and cd CodeLab.

Make sure that you have expo-cli installed, and if not follow the instructions here.

  1. Run npm i or yarn (depending on which node package manager you use) to install the project dependencies.

  2. If you're on macOs, make sure to have Xcode installed. This is shipped with ios simulator. You also can get android emulator by installing android studio or use the third party emulators like Genymotion.

  3. Run npm start or yarn start to start your application's development server.

Running the tests

npm test or yarn test

Built With

  • React-native expo: - A JavaScript platform by FaceBook to build cross-platform mobile native applications.

Author