Skip to content

virajrakholiya/Counter-App-With-Redux

Repository files navigation

React Native Redux Counter App

A simple React Native application demonstrating state management using Redux.

Table of Contents

Overview

This React Native app showcases a basic counter application utilizing Redux for state management.

Features

  • Increment the counter
  • Decrement the counter
  • Reset the counter to zero

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/react-native-redux-counter.git

Change into the project directory:

bash Copy code cd react-native-redux-counter Install dependencies:

bash Copy code npm install Usage Run the app on an Android or iOS emulator/device:

bash Copy code npx react-native run-android or npx react-native run-ios

Contributing

Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published