A React Native mobile application designed to test and improve your typing speed and accuracy.
- Modern and intuitive user interface
- Real-time typing speed measurement
- Progress tracking
- Beautiful gradient UI elements
- Cross-platform support (iOS and Android)
- Node.js (v12 or higher)
- npm or yarn
- React Native CLI
- Xcode (for iOS development)
- Android Studio (for Android development)
- Clone the repository:
git clone [your-repository-url]
cd two-fast-finger
- Install dependencies:
npm install
# or
yarn install
- Install iOS dependencies:
cd ios
pod install
cd ..
npm run ios
# or
yarn ios
npm run android
# or
yarn android
- React Native
- React Navigation
- React Native Elements
- React Native Linear Gradient
- React Native Vector Icons
npm start
oryarn start
to start the Metro bundlernpm test
oryarn test
to run testsnpm run lint
oryarn lint
to run the linter
Current version: 0.0.1