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
Please Fork or Clone this repo.
Follow these steps to set up the project locally on your machine.
Make sure you have the following installed on your machine:
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 the project dependencies with:
cd React-Native-Series/any-app
npm install
npm start
NB: In some instances that does not work properly, try:
npx expo start -c --tunnel
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.
This is the awesome team that built this project.
👤 Nathaniel E. Adama 🧑🏻💻
- GitHub: @s-kvng
- Twitter: @sirr_nathan
- LinkedIn: Nathaniel E. Adama
Contributions, issues, and feature requests are welcome!
Contributions especially to the password generator are most welcome 😄👍
Feel free to check the issues page.
This project is MIT licensed.