This is a simple interval running app built with React Native. It allows users to set the interval, run time, and break time for a workout. The app will keep track of the current interval (running or break) and display the remaining time for each interval.
The app also offers a dark theme for night runs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- React Native development environment set up on your machine
- npm installed
Clone the repository to your local machine:
git clone https://github.com/0xClaude/rn-pacepal.git
Navigate to the project directory:
cd rn-pacepal
Install the dependencies:
npm install
Start the development server:
npm start
Run the app on an emulator or physical device.
React Native - A framework for building native apps using React.
Claude Biver
This project is licensed under the MIT License.
- Add Lockscreen functionality