Score Counter is a simple Expo app that helps users keep track of scores for a game. It utilizes Redux for state management, providing a seamless and efficient user experience.
- Score tracking: The app allows users to easily track and update scores for their game.
- Redux integration: Redux is implemented to manage the state of the application, ensuring consistency and scalability.
- Simple and intuitive interface: The user interface is designed to be straightforward and user-friendly, providing a hassle-free experience.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
To run this project, you'll need to have the following installed on your machine:
- Node.js
- npm or Yarn
- Expo CLI
Follow these steps to install and set up the project:
- Clone the repository:
git clone https://github.com/DanielCaz/score-counter.git
- Navigate to the project directory:
cd score-counter
- Install the dependencies:
npm install
oryarn install
To start the app, run the following command:
expo start
This will start the Expo development server and open the Expo DevTools in your default browser. From there, you can choose to run the app on an iOS or Android simulator, or on a physical device using the Expo app.