8000 GitHub - s-kvng/React-Native-Series: 6 simple apps built with react native (expo)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

s-kvng/React-Native-Series

Repository files navigation

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

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:

Setup

Clone this repository to your desired folder:

  git clone git@github.com:s-kvng/React-Native-Series.git
  cd React-Native-Series/any-app

Install Dependencies

Install the project dependencies with:

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

Running the Project

npm start

NB: In some instances that does not work properly, try:

  npx expo start -c --tunnel    

Expo Go

To run directly on your phone , try expo go.

Download the Expo 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 🧑🏻‍💻

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Contributions especially to the password generator are most welcome 😄👍

Feel free to check the issues page.

Acknowledgments

📝 License

This project is MIT licensed.

About

6 simple apps built with react native (expo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0