Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeroonedev01/embreo-task
https://github.com/zeroonedev01/embreo-task
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroonedev01/embreo-task
- Owner: zeroonedev01
- Created: 2019-11-22T04:10:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T00:34:27.000Z (over 1 year ago)
- Last Synced: 2023-12-28T11:47:20.535Z (11 months ago)
- Language: JavaScript
- Size: 20.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Embreo Task
# Table of Contents
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Functional programming](#functional-programming)
- [Requirements](#requirements)
- [How To Start](#how-to-start)
- [Ios Calculator](#ios-calculator)
- [Requirements](#requirements-1)
- [How To Start](#how-to-start-1)
- [Plugins](#plugins)
- [Download Apk](#download-apk)
- [Screenshot](#screenshot)
- [Demo App (Youtube)](#demo-app-youtube)
- [Contributor](#contributor)# Introduction
Embreo task (functional programming and build ios calculator using react native)
# Functional programming
## Requirements
- node.js
- code editor (visual studio code recommend)## How To Start
$ git clone https://github.com/tejojr/embreo-task.git
$ cd embreo-task && cd task 2 && cd functional_programming
To run :
$ node fileName# Ios Calculator
[![React Native](https://img.shields.io/badge/react%20native-v0.61.4-blue)](https://facebook.github.io/react-native/)
[![mathjs](https://img.shields.io/badge/mathjs-v3.18.0-orange)](https://www.npmjs.com/package/mathjs)
[![numeral](https://img.shields.io/badge/numeral-v2.0.6-green.svg?style=rounded-square)](https://www.npmjs.com/package/numeral)## Requirements
- Ready to run react native
- code editor (visual studio code recommend)## How To Start
- > Enter Project
$ cd embreo-task && cd task 2 && cd embreocalc
- > Install Dependecy
$ npm i
-> Run Project
<-> Android
$ npm run android
<-> Ios
$ npm run iosnote : appvalidateSigningDebug failed-> https://stackoverflow.com/questions/57104357/react-native-task-appvalidatesigningdebug-failed
## Plugins
| Plugin | Version |
| ------------ | ------- |
| react-native | 0.61.4 |
| numeral | ^2.0.6 |
| mathjs | ^3.18.0 |- Linter
- > Eslint -> arbnb (coding style)## Download Apk
Download Apk [`here`](https://github.com/tejojr/embreo-task/blob/master/task2/docs/app-release.apk)
## Screenshot
## Demo App (Youtube)
Demo App [`here`](https://www.youtube.com/watch?v=cHOGFXnTkZcA)
# Contributor