Skip to content

jhonnierandrey/ernReviewsApp

Repository files navigation

Reviews App

Basic Reviews application made with Expo and React Native to manage simple form validations.

As seen in React Native for Beginners by Netninja. TypeScript by personal preference.

Reviews App Preview

How to use:

  1. Clone this repo

        git clone https://github.com/jhonnierandrey/ernReviewsApp
  2. Install all the required dependencies.

        npm i
  3. To start on your local machine (starts using server.js):

        npm start || npm run ios / run android

Contributing

  1. Fork it (https://github.com/jhonnierandrey/ernReviewsApp/fork)
  2. Create your own branch (git checkout -b newFeature/yourIdea)
  3. Commit your changes (git commit -m 'Add your commit')
  4. Push to the branch (git push)
  5. Create a new Pull Request

References

Expo

React Native

License

This project is licensed under the MIT License