Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kvng/react-native-series
6 simple apps built with react native (expo)
https://github.com/s-kvng/react-native-series
Last synced: 16 days ago
JSON representation
6 simple apps built with react native (expo)
- Host: GitHub
- URL: https://github.com/s-kvng/react-native-series
- Owner: s-kvng
- Created: 2024-03-29T23:09:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:55:25.000Z (9 months ago)
- Last Synced: 2024-11-11T01:35:18.438Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 863 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Series
For a young react native developer to experiment with, this repository is built around six straightforward, developer-friendly apps.
> NB: Since most of the apps are built with typescript , if you're unfamiliar with typescript , you can just use javascript
## 🧩 Features
> Each app has its own featuresPASSWORDGENERATOR03
- Generate a password based on your requirement
- Can copy the password after it has been generated
BgChanger04
- Change the color of the background based on a button click
rollTheDice05
- Tap on the dice to roll it
> Actually under the hood its just images that is been changed randomly. Help use images in react native.currencyConverter06
- Convert currency of various of countries choosen to a specific currency , in my case GHc
ticTacToe07
- Logic design
> Please Fork or Clone this repo.
Follow these steps to set up the project locally on your machine.
### Prerequisites
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- ``` node -v```
- [npm](https://www.npmjs.com/) (Node Package Manager)
- ```npm -v ```### Setup
Clone this repository to your desired folder:
```bash
git clone [email protected]:s-kvng/React-Native-Series.git
cd React-Native-Series/any-app
```Install the project dependencies with:
```bash
cd React-Native-Series/any-app
npm install
``````bash
npm start
```> NB: In some instances that does not work properly, try:
```bash
npx expo start -c --tunnel
```## Expo Go
> To run directly on your phone , try expo go.Download the [Expo Go](https://expo.dev/go) app onto your device, then use it to scan the QR code from Terminal and run.
> This is the awesome team that built this project.
👤 **Nathaniel E. Adama** 🧑🏻💻
- GitHub: [@s-kvng](https://github.com/s-kvng)
- Twitter: [@sirr_nathan](https://twitter.com/sirr_nathan)
- LinkedIn: [Nathaniel E. Adama](https://www.linkedin.com/in/nathaniel-e-adama-93802a234/)Contributions, issues, and feature requests are welcome!
> Contributions especially to the password generator are most welcome 😄👍
Feel free to check the [issues page](../../issues/).
## Acknowledgments
- [Hitesh Choudhary](https://www.youtube.com/@HiteshChoudharydotcom)
## 📝 License
This project is [MIT](./LICENSE) licensed.