Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frichardben/myskills
- Owner: frichardben
- Created: 2022-02-01T22:41:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T18:02:04.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:15:05.789Z (over 1 year ago)
- Topics: javascript, jest, react-native, testing-library, typescript
- Language: Java
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```