Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbzkhan/redux-counter-app
- Owner: MBZKhan
- Created: 2024-02-19T10:44:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T08:16:15.000Z (9 months ago)
- Last Synced: 2024-10-11T10:04:45.916Z (27 days ago)
- Topics: animation, counter-app, cross-platform, javascript, js, mobile-app, react-native, react-native-app, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```