Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

README

        

# React Native Series


react.js
expo
typescript

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 features

PASSWORDGENERATOR03


  • 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

## 💻 Getting Started

> 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 Dependencies

Install the project dependencies with:

```bash
cd React-Native-Series/any-app
npm install
```

### Running the Project

```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.

## 👥 Authors

> 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/)

## 🤝 Contributing

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.