Skip to content

jnvamsi/react

Repository files navigation

React Native Basic Starter Kit - Beginner's Guide.

A very basic react native project for newbie developers to get hands on about basic fundamentals of react native and TypeScripts. The code is written such a way that new developer can easily understand and play with code. New developer will learn how to fetch data from network using axios. They will learn how to use skeleton placeholder while loading the JSON data from the APIs. RegEx validation is included for doing a form validation and showing related error to user. Well maintained coding structure has been followed Ex.- each screen is divided into - Container and Component to reduce the number of line in a single file.

There is three screen including a splash screen. Login screen contains a email and a password field. After successfully login user will be navigated to a product listing page. Where we are using a dummy API's response data with a basic but responsive design.

Instalation Guide

  1. Install 'Git' on your system (recommended).
  2. Clone the project using 'Git Clone' command or simply download the project as a Zip.
  3. Go to the desire project directory and install the node modules using npm i command (need to unzip first in case of zip file).
  4. Run the project using *npx react-native run-android , if you are on Linux OS then you need to run npx react-native run-android && npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published