Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbzkhan/redux-counter-app

Redux Counter App is a simple counter application developed using React Native and Redux Toolkit. It provides users with the ability to increment, decrement, and reset a counter value, along with customizable increment and decrement values. The app features smooth animations for a delightful user experience.
https://github.com/mbzkhan/redux-counter-app

animation counter-app cross-platform javascript js mobile-app react-native react-native-app redux redux-toolkit

Last synced: 27 days ago
JSON representation

Redux Counter App is a simple counter application developed using React Native and Redux Toolkit. It provides users with the ability to increment, decrement, and reset a counter value, along with customizable increment and decrement values. The app features smooth animations for a delightful user experience.

Awesome Lists containing this project

README

        

# Redux Counter App

This is a simple counter app built using React Native and Redux Toolkit.

## Features

- Allows users to increment, decrement, and reset a counter value.
- Customizable increment and decrement values.
- Smooth animations on counter updates.

## App Demo: Screen Recording
https://github.com/MBZKhan/Redux-Counter-App/assets/87306042/e1d518d3-c0b5-45ef-938b-897631554be7

## Installation

Make sure you have Node.js and npm installed on your machine.

### 1. Clone this repository:

```bash
git clone
```

### 2. Navigate into the project directory:

```bash
cd ReduxCounterApp
```

### 3. Install dependencies:

```bash
npm install
```

### 4. Usage

```bash
npm run android
# or
npm run ios
```