Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frichardben/myskills

Mobile app that lists skills
https://github.com/frichardben/myskills

javascript jest react-native testing-library typescript

Last synced: 1 day ago
JSON representation

Mobile app that lists skills

Awesome Lists containing this project

README

        

## :rocket: Overview

Mobile app that lists skills

## ℹī¸ About this project

This project consists of a mobile application that lists skills.

## 📝 Technologies

- [React Native CLI](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Javascript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)

## :computer: Getting Started

### Prerequisites

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) _(version 14 or greater)_.
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) _(version 1.22 or greater)_.
- [Java](https://www.oracle.com/br/java/technologies/javase/jdk11-archive-downloads.html) _(version 8 or greater)_.
- [Android Studio](https://developer.android.com/studio)

### :anchor: Installing

```bash
$ git clone https://github.com/frichardben/myskill.git
# Go into the repository
$ cd myskills
# Install dependencies
$ yarn install
# Run the project
$ yarn start
# if you are using linux make sure you run the emulator first
$ yarn android
```